Shades of Orchid #CA6EDB
Tints of Orchid #CA6EDB
RGB
CMYK
RGB Variations
Color information
#CA6EDB (or 0xCA6EDB) is known color: Orchid. HEX triplet: CA, 6E and DB. RGB value is (202,110,219). Sum of RGB (Red+Green+Blue) = 202+110+219=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA6EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6EDB is #359124. Grayscale: #959595. Windows color (decimal): -3510565 or 14380746. OLE color: 14380746.
HSL color Cylindrical-coordinate representation of color #CA6EDB: hue angle of 290.64º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6EDB is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 110 | 219 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.14 |
| HSL | 290.64º | 0.6% | 0.65% | - |
| HSV(B) | 290.64º | 0.5% | 0.86% | - |
| XYZ | 42.72 | 28.82 | 70.33 | - |
| YUV | 149.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 219 | 0.08 | 0.50 | 0 | 0.14 | 290.64 | 0.6 | 0.65 |
| Hex | CA | 6E | DB | 8 | 32 | 0 | E | 123 | 3C | 41 |
| Octal | 312 | 156 | 333 | 10 | 62 | 0 | 16 | 443 | 74 | 101 |
| Binary | 11001010 | 1101110 | 11011011 | 1000 | 110010 | 0 | 1110 | 100100011 | 111100 | 1000001 |
Color Harmonies of #CA6EDB
Complementary color
Monochromatic Colors of #CA6EDB
Black with #CA6EDB
Text Example
Text Example
White with #CA6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6EDB; }
p { color: rgb(202,110,219); }
H1.HeaderClassName
{
color: #CA6EDB;
}
.AnyTagClassName
{
color: #CA6EDB;
}
</style>
background-color css
<style>
a { background-color: #CA6EDB; }
a { background-color: rgb(202,110,219); }
div.DivClassName
{
background-color: #CA6EDB;
}
.BgClassName
{
background-color: #CA6EDB;
}
</style>
border-color css
<style>
span { border-color: #CA6EDB; }
span { border-color: rgb(202,110,219); }
td.TdClassName
{
border-color: #CA6EDB;
}
.TagClassName
{
border-color: #CA6EDB;
}
</style>