Shades of Orchid #CA7ECE
Tints of Orchid #CA7ECE
RGB
CMYK
RGB Variations
Color information
#CA7ECE (or 0xCA7ECE) is known color: Orchid. HEX triplet: CA, 7E and CE. RGB value is (202,126,206). Sum of RGB (Red+Green+Blue) = 202+126+206=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA7ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ECE is #358131. Grayscale: #9D9D9D. Windows color (decimal): -3506482 or 13532874. OLE color: 13532874.
HSL color Cylindrical-coordinate representation of color #CA7ECE: hue angle of 297º 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 #CA7ECE is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 126 | 206 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.19 |
| HSL | 297º | 0.45% | 0.65% | - |
| HSV(B) | 297º | 0.39% | 0.81% | - |
| XYZ | 42.96 | 31.93 | 62.29 | - |
| YUV | 157.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 206 | 0.02 | 0.39 | 0 | 0.19 | 297 | 0.45 | 0.65 |
| Hex | CA | 7E | CE | 2 | 27 | 0 | 13 | 129 | 2D | 41 |
| Octal | 312 | 176 | 316 | 2 | 47 | 0 | 23 | 451 | 55 | 101 |
| Binary | 11001010 | 1111110 | 11001110 | 10 | 100111 | 0 | 10011 | 100101001 | 101101 | 1000001 |
Color Harmonies of #CA7ECE
Complementary color
Monochromatic Colors of #CA7ECE
Black with #CA7ECE
Text Example
Text Example
White with #CA7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7ECE; }
p { color: rgb(202,126,206); }
H1.HeaderClassName
{
color: #CA7ECE;
}
.AnyTagClassName
{
color: #CA7ECE;
}
</style>
background-color css
<style>
a { background-color: #CA7ECE; }
a { background-color: rgb(202,126,206); }
div.DivClassName
{
background-color: #CA7ECE;
}
.BgClassName
{
background-color: #CA7ECE;
}
</style>
border-color css
<style>
span { border-color: #CA7ECE; }
span { border-color: rgb(202,126,206); }
td.TdClassName
{
border-color: #CA7ECE;
}
.TagClassName
{
border-color: #CA7ECE;
}
</style>