Shades of Orchid #CA81CB
Tints of Orchid #CA81CB
RGB
CMYK
RGB Variations
Color information
#CA81CB (or 0xCA81CB) is known color: Orchid. HEX triplet: CA, 81 and CB. RGB value is (202,129,203). Sum of RGB (Red+Green+Blue) = 202+129+203=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA81CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81CB is #357E34. Grayscale: #9F9F9F. Windows color (decimal): -3505717 or 13337034. OLE color: 13337034.
HSL color Cylindrical-coordinate representation of color #CA81CB: hue angle of 299.19º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA81CB is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 129 | 203 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.20 |
| HSL | 299.19º | 0.42% | 0.65% | - |
| HSV(B) | 299.19º | 0.36% | 0.8% | - |
| XYZ | 42.99 | 32.57 | 60.52 | - |
| YUV | 159.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 203 | 0.00 | 0.36 | 0 | 0.20 | 299.19 | 0.42 | 0.65 |
| Hex | CA | 81 | CB | 0 | 24 | 0 | 14 | 12B | 2A | 41 |
| Octal | 312 | 201 | 313 | 0 | 44 | 0 | 24 | 453 | 52 | 101 |
| Binary | 11001010 | 10000001 | 11001011 | 0 | 100100 | 0 | 10100 | 100101011 | 101010 | 1000001 |
Color Harmonies of #CA81CB
Complementary color
Monochromatic Colors of #CA81CB
Black with #CA81CB
Text Example
Text Example
White with #CA81CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81CB; }
p { color: rgb(202,129,203); }
H1.HeaderClassName
{
color: #CA81CB;
}
.AnyTagClassName
{
color: #CA81CB;
}
</style>
background-color css
<style>
a { background-color: #CA81CB; }
a { background-color: rgb(202,129,203); }
div.DivClassName
{
background-color: #CA81CB;
}
.BgClassName
{
background-color: #CA81CB;
}
</style>
border-color css
<style>
span { border-color: #CA81CB; }
span { border-color: rgb(202,129,203); }
td.TdClassName
{
border-color: #CA81CB;
}
.TagClassName
{
border-color: #CA81CB;
}
</style>