Shades of Orchid #CA81D0
Tints of Orchid #CA81D0
RGB
CMYK
RGB Variations
Color information
#CA81D0 (or 0xCA81D0) is known color: Orchid. HEX triplet: CA, 81 and D0. RGB value is (202,129,208). Sum of RGB (Red+Green+Blue) = 202+129+208=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA81D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81D0 is #357E2F. Grayscale: #9F9F9F. Windows color (decimal): -3505712 or 13664714. OLE color: 13664714.
HSL color Cylindrical-coordinate representation of color #CA81D0: hue angle of 295.44º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA81D0 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 129 | 208 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.18 |
| HSL | 295.44º | 0.46% | 0.66% | - |
| HSV(B) | 295.44º | 0.38% | 0.82% | - |
| XYZ | 43.59 | 32.81 | 63.71 | - |
| YUV | 159.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 208 | 0.03 | 0.38 | 0 | 0.18 | 295.44 | 0.46 | 0.66 |
| Hex | CA | 81 | D0 | 3 | 26 | 0 | 12 | 127 | 2E | 42 |
| Octal | 312 | 201 | 320 | 3 | 46 | 0 | 22 | 447 | 56 | 102 |
| Binary | 11001010 | 10000001 | 11010000 | 11 | 100110 | 0 | 10010 | 100100111 | 101110 | 1000010 |
Color Harmonies of #CA81D0
Complementary color
Monochromatic Colors of #CA81D0
Black with #CA81D0
Text Example
Text Example
White with #CA81D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81D0; }
p { color: rgb(202,129,208); }
H1.HeaderClassName
{
color: #CA81D0;
}
.AnyTagClassName
{
color: #CA81D0;
}
</style>
background-color css
<style>
a { background-color: #CA81D0; }
a { background-color: rgb(202,129,208); }
div.DivClassName
{
background-color: #CA81D0;
}
.BgClassName
{
background-color: #CA81D0;
}
</style>
border-color css
<style>
span { border-color: #CA81D0; }
span { border-color: rgb(202,129,208); }
td.TdClassName
{
border-color: #CA81D0;
}
.TagClassName
{
border-color: #CA81D0;
}
</style>