Shades of Orchid #CA81D9
Tints of Orchid #CA81D9
RGB
CMYK
RGB Variations
Color information
#CA81D9 (or 0xCA81D9) is known color: Orchid. HEX triplet: CA, 81 and D9. RGB value is (202,129,217). Sum of RGB (Red+Green+Blue) = 202+129+217=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA81D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81D9 is #357E26. Grayscale: #A0A0A0. Windows color (decimal): -3505703 or 14254538. OLE color: 14254538.
HSL color Cylindrical-coordinate representation of color #CA81D9: hue angle of 289.77º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA81D9 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 129 | 217 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.15 |
| HSL | 289.77º | 0.54% | 0.68% | - |
| HSV(B) | 289.77º | 0.41% | 0.85% | - |
| XYZ | 44.73 | 33.27 | 69.71 | - |
| YUV | 160.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 217 | 0.07 | 0.41 | 0 | 0.15 | 289.77 | 0.54 | 0.68 |
| Hex | CA | 81 | D9 | 7 | 29 | 0 | F | 122 | 36 | 44 |
| Octal | 312 | 201 | 331 | 7 | 51 | 0 | 17 | 442 | 66 | 104 |
| Binary | 11001010 | 10000001 | 11011001 | 111 | 101001 | 0 | 1111 | 100100010 | 110110 | 1000100 |
Color Harmonies of #CA81D9
Complementary color
Monochromatic Colors of #CA81D9
Black with #CA81D9
Text Example
Text Example
White with #CA81D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81D9; }
p { color: rgb(202,129,217); }
H1.HeaderClassName
{
color: #CA81D9;
}
.AnyTagClassName
{
color: #CA81D9;
}
</style>
background-color css
<style>
a { background-color: #CA81D9; }
a { background-color: rgb(202,129,217); }
div.DivClassName
{
background-color: #CA81D9;
}
.BgClassName
{
background-color: #CA81D9;
}
</style>
border-color css
<style>
span { border-color: #CA81D9; }
span { border-color: rgb(202,129,217); }
td.TdClassName
{
border-color: #CA81D9;
}
.TagClassName
{
border-color: #CA81D9;
}
</style>