Shades of Orchid #CA81CF
Tints of Orchid #CA81CF
RGB
CMYK
RGB Variations
Color information
#CA81CF (or 0xCA81CF) is known color: Orchid. HEX triplet: CA, 81 and CF. RGB value is (202,129,207). Sum of RGB (Red+Green+Blue) = 202+129+207=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA81CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81CF is #357E30. Grayscale: #9F9F9F. Windows color (decimal): -3505713 or 13599178. OLE color: 13599178.
HSL color Cylindrical-coordinate representation of color #CA81CF: hue angle of 296.15º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA81CF is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 129 | 207 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.19 |
| HSL | 296.15º | 0.45% | 0.66% | - |
| HSV(B) | 296.15º | 0.38% | 0.81% | - |
| XYZ | 43.47 | 32.76 | 63.06 | - |
| YUV | 159.72 | 154.68 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 207 | 0.02 | 0.38 | 0 | 0.19 | 296.15 | 0.45 | 0.66 |
| Hex | CA | 81 | CF | 2 | 26 | 0 | 13 | 128 | 2D | 42 |
| Octal | 312 | 201 | 317 | 2 | 46 | 0 | 23 | 450 | 55 | 102 |
| Binary | 11001010 | 10000001 | 11001111 | 10 | 100110 | 0 | 10011 | 100101000 | 101101 | 1000010 |
Color Harmonies of #CA81CF
Complementary color
Monochromatic Colors of #CA81CF
Black with #CA81CF
Text Example
Text Example
White with #CA81CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81CF; }
p { color: rgb(202,129,207); }
H1.HeaderClassName
{
color: #CA81CF;
}
.AnyTagClassName
{
color: #CA81CF;
}
</style>
background-color css
<style>
a { background-color: #CA81CF; }
a { background-color: rgb(202,129,207); }
div.DivClassName
{
background-color: #CA81CF;
}
.BgClassName
{
background-color: #CA81CF;
}
</style>
border-color css
<style>
span { border-color: #CA81CF; }
span { border-color: rgb(202,129,207); }
td.TdClassName
{
border-color: #CA81CF;
}
.TagClassName
{
border-color: #CA81CF;
}
</style>