Shades of Orchid #CA81D1
Tints of Orchid #CA81D1
RGB
CMYK
RGB Variations
Color information
#CA81D1 (or 0xCA81D1) is known color: Orchid. HEX triplet: CA, 81 and D1. RGB value is (202,129,209). Sum of RGB (Red+Green+Blue) = 202+129+209=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA81D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81D1 is #357E2E. Grayscale: #9F9F9F. Windows color (decimal): -3505711 or 13730250. OLE color: 13730250.
HSL color Cylindrical-coordinate representation of color #CA81D1: hue angle of 294.75º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA81D1 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 129 | 209 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.18 |
| HSL | 294.75º | 0.47% | 0.66% | - |
| HSV(B) | 294.75º | 0.38% | 0.82% | - |
| XYZ | 43.72 | 32.86 | 64.36 | - |
| YUV | 159.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 209 | 0.03 | 0.38 | 0 | 0.18 | 294.75 | 0.47 | 0.66 |
| Hex | CA | 81 | D1 | 3 | 26 | 0 | 12 | 127 | 2F | 42 |
| Octal | 312 | 201 | 321 | 3 | 46 | 0 | 22 | 447 | 57 | 102 |
| Binary | 11001010 | 10000001 | 11010001 | 11 | 100110 | 0 | 10010 | 100100111 | 101111 | 1000010 |
Color Harmonies of #CA81D1
Complementary color
Monochromatic Colors of #CA81D1
Black with #CA81D1
Text Example
Text Example
White with #CA81D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81D1; }
p { color: rgb(202,129,209); }
H1.HeaderClassName
{
color: #CA81D1;
}
.AnyTagClassName
{
color: #CA81D1;
}
</style>
background-color css
<style>
a { background-color: #CA81D1; }
a { background-color: rgb(202,129,209); }
div.DivClassName
{
background-color: #CA81D1;
}
.BgClassName
{
background-color: #CA81D1;
}
</style>
border-color css
<style>
span { border-color: #CA81D1; }
span { border-color: rgb(202,129,209); }
td.TdClassName
{
border-color: #CA81D1;
}
.TagClassName
{
border-color: #CA81D1;
}
</style>