Shades of Orchid #CA7EC9
Tints of Orchid #CA7EC9
RGB
CMYK
RGB Variations
Color information
#CA7EC9 (or 0xCA7EC9) is known color: Orchid. HEX triplet: CA, 7E and C9. RGB value is (202,126,201). Sum of RGB (Red+Green+Blue) = 202+126+201=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7EC9 is #358136. Grayscale: #9D9D9D. Windows color (decimal): -3506487 or 13205194. OLE color: 13205194.
HSL color Cylindrical-coordinate representation of color #CA7EC9: hue angle of 300.79º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7EC9 is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 201 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.21 |
| HSL | 300.79º | 0.42% | 0.64% | - |
| HSV(B) | 300.79º | 0.38% | 0.79% | - |
| XYZ | 42.36 | 31.7 | 59.14 | - |
| YUV | 157.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 201 | 0 | 0.38 | 0.00 | 0.21 | 300.79 | 0.42 | 0.64 |
| Hex | CA | 7E | C9 | 0 | 26 | 0 | 15 | 12D | 2A | 40 |
| Octal | 312 | 176 | 311 | 0 | 46 | 0 | 25 | 455 | 52 | 100 |
| Binary | 11001010 | 1111110 | 11001001 | 0 | 100110 | 0 | 10101 | 100101101 | 101010 | 1000000 |
Color Harmonies of #CA7EC9
Complementary color
Monochromatic Colors of #CA7EC9
Black with #CA7EC9
Text Example
Text Example
White with #CA7EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7EC9; }
p { color: rgb(202,126,201); }
H1.HeaderClassName
{
color: #CA7EC9;
}
.AnyTagClassName
{
color: #CA7EC9;
}
</style>
background-color css
<style>
a { background-color: #CA7EC9; }
a { background-color: rgb(202,126,201); }
div.DivClassName
{
background-color: #CA7EC9;
}
.BgClassName
{
background-color: #CA7EC9;
}
</style>
border-color css
<style>
span { border-color: #CA7EC9; }
span { border-color: rgb(202,126,201); }
td.TdClassName
{
border-color: #CA7EC9;
}
.TagClassName
{
border-color: #CA7EC9;
}
</style>