Shades of Orchid #CA7FCE
Tints of Orchid #CA7FCE
RGB
CMYK
RGB Variations
Color information
#CA7FCE (or 0xCA7FCE) is known color: Orchid. HEX triplet: CA, 7F and CE. RGB value is (202,127,206). Sum of RGB (Red+Green+Blue) = 202+127+206=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA7FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FCE is #358031. Grayscale: #9E9E9E. Windows color (decimal): -3506226 or 13533130. OLE color: 13533130.
HSL color Cylindrical-coordinate representation of color #CA7FCE: hue angle of 296.96º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7FCE is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 127 | 206 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.19 |
| HSL | 296.96º | 0.45% | 0.65% | - |
| HSV(B) | 296.96º | 0.38% | 0.81% | - |
| XYZ | 43.09 | 32.19 | 62.34 | - |
| YUV | 158.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 206 | 0.02 | 0.38 | 0 | 0.19 | 296.96 | 0.45 | 0.65 |
| Hex | CA | 7F | CE | 2 | 26 | 0 | 13 | 129 | 2D | 41 |
| Octal | 312 | 177 | 316 | 2 | 46 | 0 | 23 | 451 | 55 | 101 |
| Binary | 11001010 | 1111111 | 11001110 | 10 | 100110 | 0 | 10011 | 100101001 | 101101 | 1000001 |
Color Harmonies of #CA7FCE
Complementary color
Monochromatic Colors of #CA7FCE
Black with #CA7FCE
Text Example
Text Example
White with #CA7FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7FCE; }
p { color: rgb(202,127,206); }
H1.HeaderClassName
{
color: #CA7FCE;
}
.AnyTagClassName
{
color: #CA7FCE;
}
</style>
background-color css
<style>
a { background-color: #CA7FCE; }
a { background-color: rgb(202,127,206); }
div.DivClassName
{
background-color: #CA7FCE;
}
.BgClassName
{
background-color: #CA7FCE;
}
</style>
border-color css
<style>
span { border-color: #CA7FCE; }
span { border-color: rgb(202,127,206); }
td.TdClassName
{
border-color: #CA7FCE;
}
.TagClassName
{
border-color: #CA7FCE;
}
</style>