Computer Science for IGCSE & O level - Data Representation (Section 3 - No. 47)
What is the maximum number of colours that can be represented using HTML color codes?
256
16,777,216
4,096
65,536
Explanation
HTML color codes can represent a total of 256 values for each of the red, green and blue components. This gives 256 * 256 * 256 which equals 16,777,216 total colors.
Comments (0)
