Shades of Orchid #CA81BE
Tints of Orchid #CA81BE
RGB
CMYK
RGB Variations
Color information
#CA81BE (or 0xCA81BE) is known color: Orchid. HEX triplet: CA, 81 and BE. RGB value is (202,129,190). Sum of RGB (Red+Green+Blue) = 202+129+190=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81BE is #357E41. Grayscale: #9D9D9D. Windows color (decimal): -3505730 or 12485066. OLE color: 12485066.
HSL color Cylindrical-coordinate representation of color #CA81BE: hue angle of 309.86º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA81BE is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 190 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.21 |
| HSL | 309.86º | 0.41% | 0.65% | - |
| HSV(B) | 309.86º | 0.36% | 0.79% | - |
| XYZ | 41.5 | 31.97 | 52.7 | - |
| YUV | 157.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 190 | 0 | 0.36 | 0.06 | 0.21 | 309.86 | 0.41 | 0.65 |
| Hex | CA | 81 | BE | 0 | 24 | 6 | 15 | 136 | 29 | 41 |
| Octal | 312 | 201 | 276 | 0 | 44 | 6 | 25 | 466 | 51 | 101 |
| Binary | 11001010 | 10000001 | 10111110 | 0 | 100100 | 110 | 10101 | 100110110 | 101001 | 1000001 |
Color Harmonies of #CA81BE
Complementary color
Monochromatic Colors of #CA81BE
Black with #CA81BE
Text Example
Text Example
White with #CA81BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81BE; }
p { color: rgb(202,129,190); }
H1.HeaderClassName
{
color: #CA81BE;
}
.AnyTagClassName
{
color: #CA81BE;
}
</style>
background-color css
<style>
a { background-color: #CA81BE; }
a { background-color: rgb(202,129,190); }
div.DivClassName
{
background-color: #CA81BE;
}
.BgClassName
{
background-color: #CA81BE;
}
</style>
border-color css
<style>
span { border-color: #CA81BE; }
span { border-color: rgb(202,129,190); }
td.TdClassName
{
border-color: #CA81BE;
}
.TagClassName
{
border-color: #CA81BE;
}
</style>