Shades of Orchid #CA6EE1
Tints of Orchid #CA6EE1
RGB
CMYK
RGB Variations
Color information
#CA6EE1 (or 0xCA6EE1) is known color: Orchid. HEX triplet: CA, 6E and E1. RGB value is (202,110,225). Sum of RGB (Red+Green+Blue) = 202+110+225=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA6EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6EE1 is #35911E. Grayscale: #969696. Windows color (decimal): -3510559 or 14773962. OLE color: 14773962.
HSL color Cylindrical-coordinate representation of color #CA6EE1: hue angle of 288º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6EE1 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 110 | 225 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.12 |
| HSL | 288º | 0.66% | 0.66% | - |
| HSV(B) | 288º | 0.51% | 0.88% | - |
| XYZ | 43.52 | 29.14 | 74.57 | - |
| YUV | 150.62 | 169.98 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 225 | 0.10 | 0.51 | 0 | 0.12 | 288 | 0.66 | 0.66 |
| Hex | CA | 6E | E1 | A | 33 | 0 | C | 120 | 42 | 42 |
| Octal | 312 | 156 | 341 | 12 | 63 | 0 | 14 | 440 | 102 | 102 |
| Binary | 11001010 | 1101110 | 11100001 | 1010 | 110011 | 0 | 1100 | 100100000 | 1000010 | 1000010 |
Color Harmonies of #CA6EE1
Complementary color
Monochromatic Colors of #CA6EE1
Black with #CA6EE1
Text Example
Text Example
White with #CA6EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6EE1; }
p { color: rgb(202,110,225); }
H1.HeaderClassName
{
color: #CA6EE1;
}
.AnyTagClassName
{
color: #CA6EE1;
}
</style>
background-color css
<style>
a { background-color: #CA6EE1; }
a { background-color: rgb(202,110,225); }
div.DivClassName
{
background-color: #CA6EE1;
}
.BgClassName
{
background-color: #CA6EE1;
}
</style>
border-color css
<style>
span { border-color: #CA6EE1; }
span { border-color: rgb(202,110,225); }
td.TdClassName
{
border-color: #CA6EE1;
}
.TagClassName
{
border-color: #CA6EE1;
}
</style>