Shades of Orchid #CA81DB
Tints of Orchid #CA81DB
RGB
CMYK
RGB Variations
Color information
#CA81DB (or 0xCA81DB) is known color: Orchid. HEX triplet: CA, 81 and DB. RGB value is (202,129,219). Sum of RGB (Red+Green+Blue) = 202+129+219=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81DB is #357E24. Grayscale: #A0A0A0. Windows color (decimal): -3505701 or 14385610. OLE color: 14385610.
HSL color Cylindrical-coordinate representation of color #CA81DB: hue angle of 288.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA81DB is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 129 | 219 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.14 |
| HSL | 288.67º | 0.56% | 0.68% | - |
| HSV(B) | 288.67º | 0.41% | 0.86% | - |
| XYZ | 44.99 | 33.37 | 71.09 | - |
| YUV | 161.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 219 | 0.08 | 0.41 | 0 | 0.14 | 288.67 | 0.56 | 0.68 |
| Hex | CA | 81 | DB | 8 | 29 | 0 | E | 121 | 38 | 44 |
| Octal | 312 | 201 | 333 | 10 | 51 | 0 | 16 | 441 | 70 | 104 |
| Binary | 11001010 | 10000001 | 11011011 | 1000 | 101001 | 0 | 1110 | 100100001 | 111000 | 1000100 |
Color Harmonies of #CA81DB
Complementary color
Monochromatic Colors of #CA81DB
Black with #CA81DB
Text Example
Text Example
White with #CA81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81DB; }
p { color: rgb(202,129,219); }
H1.HeaderClassName
{
color: #CA81DB;
}
.AnyTagClassName
{
color: #CA81DB;
}
</style>
background-color css
<style>
a { background-color: #CA81DB; }
a { background-color: rgb(202,129,219); }
div.DivClassName
{
background-color: #CA81DB;
}
.BgClassName
{
background-color: #CA81DB;
}
</style>
border-color css
<style>
span { border-color: #CA81DB; }
span { border-color: rgb(202,129,219); }
td.TdClassName
{
border-color: #CA81DB;
}
.TagClassName
{
border-color: #CA81DB;
}
</style>