Commodore 64 color palette
From Just Solve the File Format Problem
(Difference between revisions)
Line 7: | Line 7: | ||
== Color table == | == Color table == | ||
+ | |||
{| class="wikitable" | {| class="wikitable" | ||
! Index | ! Index | ||
− | ! Color | + | ! colspan="2" | Color |
|- | |- | ||
− | |0 || Black | + | | 0 |
+ | | style="width: 20pt; background: #000000;" | | ||
+ | | Black | ||
|- | |- | ||
− | |1 || White | + | | 1 |
+ | | style="width: 20pt; background: #FFFFFF;" | | ||
+ | | White | ||
|- | |- | ||
− | |2 || Red | + | | 2 |
+ | | style="width: 20pt; background: #813438;" | | ||
+ | | Red | ||
|- | |- | ||
− | |3 || Cyan | + | | 3 |
+ | | style="width: 20pt; background: #74CEC8;" | | ||
+ | | Cyan | ||
|- | |- | ||
− | |4 || Purple | + | | 4 |
+ | | style="width: 20pt; background: #8E3C97;" | | ||
+ | | Purple | ||
|- | |- | ||
− | |5 || Green | + | | 5 |
+ | | style="width: 20pt; background: #56AC4D;" | | ||
+ | | Green | ||
|- | |- | ||
− | |6 || Blue | + | | 6 |
+ | | style="width: 20pt; background: #2E2C9B;" | | ||
+ | | Blue | ||
|- | |- | ||
− | |7 || Yellow | + | | 7 |
+ | | style="width: 20pt; background: #EDF171;" | | ||
+ | | Yellow | ||
|- | |- | ||
− | |8 || Orange | + | | 8 |
+ | | style="width: 20pt; background: #8E5029;" | | ||
+ | | Orange | ||
|- | |- | ||
− | |9 || Brown | + | | 9 |
+ | | style="width: 20pt; background: #553701;" | | ||
+ | | Brown | ||
|- | |- | ||
− | |10 || Light red | + | | 10 |
+ | | style="width: 20pt; background: #C46C71;" | | ||
+ | | Light red | ||
|- | |- | ||
− | |11 || Gray 1 (dark gray) | + | | 11 |
+ | | style="width: 20pt; background: #4A4A4A;" | | ||
+ | | Gray 1 (dark gray) | ||
|- | |- | ||
− | |12 || Gray 2 (medium gray) | + | | 12 |
+ | | style="width: 20pt; background: #7B7B7B;" | | ||
+ | | Gray 2 (medium gray) | ||
|- | |- | ||
− | |13 || Light green | + | | 13 |
+ | | style="width: 20pt; background: #A9FF9F;" | | ||
+ | | Light green | ||
|- | |- | ||
− | |14 || Light blue | + | | 14 |
+ | | style="width: 20pt; background: #706DEB;" | | ||
+ | | Light blue | ||
|- | |- | ||
− | |15 || Gray 3 (light gray) | + | | 15 |
+ | | style="width: 20pt; background: #B2B2B2;" | | ||
+ | | Gray 3 (light gray) | ||
|} | |} | ||
+ | |||
+ | The colors above were measured and documented by Philip 'Pepto' Timmermann's article "[https://www.pepto.de/projects/colorvic/ Calculating the color palette of the VIC II]." | ||
== Links == | == Links == |
Revision as of 17:36, 11 January 2023
The Commodore 64 computer's video system uses a fixed 16-color palette.
Color table
Index | Color | |
---|---|---|
0 | Black | |
1 | White | |
2 | Red | |
3 | Cyan | |
4 | Purple | |
5 | Green | |
6 | Blue | |
7 | Yellow | |
8 | Orange | |
9 | Brown | |
10 | Light red | |
11 | Gray 1 (dark gray) | |
12 | Gray 2 (medium gray) | |
13 | Light green | |
14 | Light blue | |
15 | Gray 3 (light gray) |
The colors above were measured and documented by Philip 'Pepto' Timmermann's article "Calculating the color palette of the VIC II."
Links
- Commodore 64 Programmer's Reference Guide Appendix D
- Commodore VIC-II Color Analysis
- http://www.godot64.de/german/epalet.htm - Color analysis from GoDot developers