Shades of Orchid #CA81DD
Tints of Orchid #CA81DD
RGB
CMYK
RGB Variations
Color information
#CA81DD (or 0xCA81DD) is known color: Orchid. HEX triplet: CA, 81 and DD. RGB value is (202,129,221). Sum of RGB (Red+Green+Blue) = 202+129+221=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81DD is #357E22. Grayscale: #A1A1A1. Windows color (decimal): -3505699 or 14516682. OLE color: 14516682.
HSL color Cylindrical-coordinate representation of color #CA81DD: hue angle of 287.61º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA81DD is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 129 | 221 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.13 |
| HSL | 287.61º | 0.58% | 0.69% | - |
| HSV(B) | 287.61º | 0.42% | 0.87% | - |
| XYZ | 45.26 | 33.48 | 72.48 | - |
| YUV | 161.32 | 161.68 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 221 | 0.09 | 0.42 | 0 | 0.13 | 287.61 | 0.58 | 0.69 |
| Hex | CA | 81 | DD | 9 | 2A | 0 | D | 120 | 3A | 45 |
| Octal | 312 | 201 | 335 | 11 | 52 | 0 | 15 | 440 | 72 | 105 |
| Binary | 11001010 | 10000001 | 11011101 | 1001 | 101010 | 0 | 1101 | 100100000 | 111010 | 1000101 |
Color Harmonies of #CA81DD
Complementary color
Monochromatic Colors of #CA81DD
Black with #CA81DD
Text Example
Text Example
White with #CA81DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81DD; }
p { color: rgb(202,129,221); }
H1.HeaderClassName
{
color: #CA81DD;
}
.AnyTagClassName
{
color: #CA81DD;
}
</style>
background-color css
<style>
a { background-color: #CA81DD; }
a { background-color: rgb(202,129,221); }
div.DivClassName
{
background-color: #CA81DD;
}
.BgClassName
{
background-color: #CA81DD;
}
</style>
border-color css
<style>
span { border-color: #CA81DD; }
span { border-color: rgb(202,129,221); }
td.TdClassName
{
border-color: #CA81DD;
}
.TagClassName
{
border-color: #CA81DD;
}
</style>