Shades of Orchid #CA6FE2
Tints of Orchid #CA6FE2
RGB
CMYK
RGB Variations
Color information
#CA6FE2 (or 0xCA6FE2) is known color: Orchid. HEX triplet: CA, 6F and E2. RGB value is (202,111,226). Sum of RGB (Red+Green+Blue) = 202+111+226=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA6FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FE2 is #35901D. Grayscale: #969696. Windows color (decimal): -3510302 or 14839754. OLE color: 14839754.
HSL color Cylindrical-coordinate representation of color #CA6FE2: hue angle of 287.48º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6FE2 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 111 | 226 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.11 |
| HSL | 287.48º | 0.66% | 0.66% | - |
| HSV(B) | 287.48º | 0.51% | 0.89% | - |
| XYZ | 43.77 | 29.42 | 75.32 | - |
| YUV | 151.32 | 170.15 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 226 | 0.11 | 0.51 | 0 | 0.11 | 287.48 | 0.66 | 0.66 |
| Hex | CA | 6F | E2 | B | 33 | 0 | B | 11F | 42 | 42 |
| Octal | 312 | 157 | 342 | 13 | 63 | 0 | 13 | 437 | 102 | 102 |
| Binary | 11001010 | 1101111 | 11100010 | 1011 | 110011 | 0 | 1011 | 100011111 | 1000010 | 1000010 |
Color Harmonies of #CA6FE2
Complementary color
Monochromatic Colors of #CA6FE2
Black with #CA6FE2
Text Example
Text Example
White with #CA6FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FE2; }
p { color: rgb(202,111,226); }
H1.HeaderClassName
{
color: #CA6FE2;
}
.AnyTagClassName
{
color: #CA6FE2;
}
</style>
background-color css
<style>
a { background-color: #CA6FE2; }
a { background-color: rgb(202,111,226); }
div.DivClassName
{
background-color: #CA6FE2;
}
.BgClassName
{
background-color: #CA6FE2;
}
</style>
border-color css
<style>
span { border-color: #CA6FE2; }
span { border-color: rgb(202,111,226); }
td.TdClassName
{
border-color: #CA6FE2;
}
.TagClassName
{
border-color: #CA6FE2;
}
</style>