Shades of Orchid #CA6ED4
Tints of Orchid #CA6ED4
RGB
CMYK
RGB Variations
Color information
#CA6ED4 (or 0xCA6ED4) is known color: Orchid. HEX triplet: CA, 6E and D4. RGB value is (202,110,212). Sum of RGB (Red+Green+Blue) = 202+110+212=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA6ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ED4 is #35912B. Grayscale: #949494. Windows color (decimal): -3510572 or 13921994. OLE color: 13921994.
HSL color Cylindrical-coordinate representation of color #CA6ED4: hue angle of 294.12º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6ED4 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 110 | 212 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.17 |
| HSL | 294.12º | 0.54% | 0.63% | - |
| HSV(B) | 294.12º | 0.48% | 0.83% | - |
| XYZ | 41.82 | 28.46 | 65.58 | - |
| YUV | 149.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 212 | 0.05 | 0.48 | 0 | 0.17 | 294.12 | 0.54 | 0.63 |
| Hex | CA | 6E | D4 | 5 | 30 | 0 | 11 | 126 | 36 | 3F |
| Octal | 312 | 156 | 324 | 5 | 60 | 0 | 21 | 446 | 66 | 77 |
| Binary | 11001010 | 1101110 | 11010100 | 101 | 110000 | 0 | 10001 | 100100110 | 110110 | 111111 |
Color Harmonies of #CA6ED4
Complementary color
Monochromatic Colors of #CA6ED4
Black with #CA6ED4
Text Example
Text Example
White with #CA6ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6ED4; }
p { color: rgb(202,110,212); }
H1.HeaderClassName
{
color: #CA6ED4;
}
.AnyTagClassName
{
color: #CA6ED4;
}
</style>
background-color css
<style>
a { background-color: #CA6ED4; }
a { background-color: rgb(202,110,212); }
div.DivClassName
{
background-color: #CA6ED4;
}
.BgClassName
{
background-color: #CA6ED4;
}
</style>
border-color css
<style>
span { border-color: #CA6ED4; }
span { border-color: rgb(202,110,212); }
td.TdClassName
{
border-color: #CA6ED4;
}
.TagClassName
{
border-color: #CA6ED4;
}
</style>