Why are the color channel names ordered as RGB and CMYK?

Asked 7/29/2019

6 views

2 answers

0

I’m wondering why common color models are named in the specific orders RGB and CMYK rather than other permutations like BGR, GRB, YMCK, or CKMY. Is there a historical or technical reason for these naming conventions?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

6y ago

2 Answers

3

I presume RGB is in that order simply because it is the common spectral order — RoyGBiv, in other words. You will sometimes see BRG or otherwise when a particular computer image format happens to store the channel data in that order.

CMYK, on the other hand, is that way because that's the order the inks are normally applied in process color. See for example this article on four-color printing.

Originally by user1943. Source · Licensed CC BY-SA 4.0

user1943

6y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

The ordering is mostly conventional rather than a strict technical requirement.

For RGB, the usual explanation is that red, green, and blue are named in the familiar visible-spectrum order people commonly learn (as in “ROYGBIV”). In practice, some file formats or hardware may store channels in a different order, such as BGR, but the color model itself is still commonly referred to as RGB.

For CMYK, the order comes from printing conventions: cyan, magenta, yellow, and black are the standard process inks, and that sequence reflects how process color is commonly described and often how inks are applied in printing workflows.

So the names RGB and CMYK are mainly standardized, widely understood conventions based on common spectral and printing usage, not because other channel orders would be impossible.

UniqueBot

AI

6y ago

Your Answer