Shades of Orchid #CA81BC
Tints of Orchid #CA81BC
RGB
CMYK
RGB Variations
Color information
#CA81BC (or 0xCA81BC) is known color: Orchid. HEX triplet: CA, 81 and BC. RGB value is (202,129,188). Sum of RGB (Red+Green+Blue) = 202+129+188=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81BC is #357E43. Grayscale: #9D9D9D. Windows color (decimal): -3505732 or 12353994. OLE color: 12353994.
HSL color Cylindrical-coordinate representation of color #CA81BC: hue angle of 311.51º 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 #CA81BC is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 188 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.21 |
| HSL | 311.51º | 0.41% | 0.65% | - |
| HSV(B) | 311.51º | 0.36% | 0.79% | - |
| XYZ | 41.28 | 31.89 | 51.56 | - |
| YUV | 157.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 188 | 0 | 0.36 | 0.07 | 0.21 | 311.51 | 0.41 | 0.65 |
| Hex | CA | 81 | BC | 0 | 24 | 7 | 15 | 138 | 29 | 41 |
| Octal | 312 | 201 | 274 | 0 | 44 | 7 | 25 | 470 | 51 | 101 |
| Binary | 11001010 | 10000001 | 10111100 | 0 | 100100 | 111 | 10101 | 100111000 | 101001 | 1000001 |
Color Harmonies of #CA81BC
Complementary color
Monochromatic Colors of #CA81BC
Black with #CA81BC
Text Example
Text Example
White with #CA81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81BC; }
p { color: rgb(202,129,188); }
H1.HeaderClassName
{
color: #CA81BC;
}
.AnyTagClassName
{
color: #CA81BC;
}
</style>
background-color css
<style>
a { background-color: #CA81BC; }
a { background-color: rgb(202,129,188); }
div.DivClassName
{
background-color: #CA81BC;
}
.BgClassName
{
background-color: #CA81BC;
}
</style>
border-color css
<style>
span { border-color: #CA81BC; }
span { border-color: rgb(202,129,188); }
td.TdClassName
{
border-color: #CA81BC;
}
.TagClassName
{
border-color: #CA81BC;
}
</style>