Shades of Orchid #CA7CB9
Tints of Orchid #CA7CB9
RGB
CMYK
RGB Variations
Color information
#CA7CB9 (or 0xCA7CB9) is known color: Orchid. HEX triplet: CA, 7C and B9. RGB value is (202,124,185). Sum of RGB (Red+Green+Blue) = 202+124+185=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CB9 is #358346. Grayscale: #9A9A9A. Windows color (decimal): -3507015 or 12156106. OLE color: 12156106.
HSL color Cylindrical-coordinate representation of color #CA7CB9: hue angle of 313.08º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7CB9 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 185 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.21 |
| HSL | 313.08º | 0.42% | 0.64% | - |
| HSV(B) | 313.08º | 0.39% | 0.79% | - |
| XYZ | 40.32 | 30.47 | 49.66 | - |
| YUV | 154.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 185 | 0 | 0.39 | 0.08 | 0.21 | 313.08 | 0.42 | 0.64 |
| Hex | CA | 7C | B9 | 0 | 27 | 8 | 15 | 139 | 2A | 40 |
| Octal | 312 | 174 | 271 | 0 | 47 | 10 | 25 | 471 | 52 | 100 |
| Binary | 11001010 | 1111100 | 10111001 | 0 | 100111 | 1000 | 10101 | 100111001 | 101010 | 1000000 |
Color Harmonies of #CA7CB9
Complementary color
Monochromatic Colors of #CA7CB9
Black with #CA7CB9
Text Example
Text Example
White with #CA7CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7CB9; }
p { color: rgb(202,124,185); }
H1.HeaderClassName
{
color: #CA7CB9;
}
.AnyTagClassName
{
color: #CA7CB9;
}
</style>
background-color css
<style>
a { background-color: #CA7CB9; }
a { background-color: rgb(202,124,185); }
div.DivClassName
{
background-color: #CA7CB9;
}
.BgClassName
{
background-color: #CA7CB9;
}
</style>
border-color css
<style>
span { border-color: #CA7CB9; }
span { border-color: rgb(202,124,185); }
td.TdClassName
{
border-color: #CA7CB9;
}
.TagClassName
{
border-color: #CA7CB9;
}
</style>