Shades of Orchid #CA7DCE
Tints of Orchid #CA7DCE
RGB
CMYK
RGB Variations
Color information
#CA7DCE (or 0xCA7DCE) is known color: Orchid. HEX triplet: CA, 7D and CE. RGB value is (202,125,206). Sum of RGB (Red+Green+Blue) = 202+125+206=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA7DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DCE is #358231. Grayscale: #9D9D9D. Windows color (decimal): -3506738 or 13532618. OLE color: 13532618.
HSL color Cylindrical-coordinate representation of color #CA7DCE: hue angle of 297.04º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7DCE is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 125 | 206 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.19 |
| HSL | 297.04º | 0.45% | 0.65% | - |
| HSV(B) | 297.04º | 0.39% | 0.81% | - |
| XYZ | 42.83 | 31.68 | 62.25 | - |
| YUV | 157.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 206 | 0.02 | 0.39 | 0 | 0.19 | 297.04 | 0.45 | 0.65 |
| Hex | CA | 7D | CE | 2 | 27 | 0 | 13 | 129 | 2D | 41 |
| Octal | 312 | 175 | 316 | 2 | 47 | 0 | 23 | 451 | 55 | 101 |
| Binary | 11001010 | 1111101 | 11001110 | 10 | 100111 | 0 | 10011 | 100101001 | 101101 | 1000001 |
Color Harmonies of #CA7DCE
Complementary color
Monochromatic Colors of #CA7DCE
Black with #CA7DCE
Text Example
Text Example
White with #CA7DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7DCE; }
p { color: rgb(202,125,206); }
H1.HeaderClassName
{
color: #CA7DCE;
}
.AnyTagClassName
{
color: #CA7DCE;
}
</style>
background-color css
<style>
a { background-color: #CA7DCE; }
a { background-color: rgb(202,125,206); }
div.DivClassName
{
background-color: #CA7DCE;
}
.BgClassName
{
background-color: #CA7DCE;
}
</style>
border-color css
<style>
span { border-color: #CA7DCE; }
span { border-color: rgb(202,125,206); }
td.TdClassName
{
border-color: #CA7DCE;
}
.TagClassName
{
border-color: #CA7DCE;
}
</style>