Shades of Orchid #CA80D1
Tints of Orchid #CA80D1
RGB
CMYK
RGB Variations
Color information
#CA80D1 (or 0xCA80D1) is known color: Orchid. HEX triplet: CA, 80 and D1. RGB value is (202,128,209). Sum of RGB (Red+Green+Blue) = 202+128+209=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA80D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80D1 is #357F2E. Grayscale: #9F9F9F. Windows color (decimal): -3505967 or 13729994. OLE color: 13729994.
HSL color Cylindrical-coordinate representation of color #CA80D1: hue angle of 294.81º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA80D1 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 128 | 209 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.18 |
| HSL | 294.81º | 0.47% | 0.66% | - |
| HSV(B) | 294.81º | 0.39% | 0.82% | - |
| XYZ | 43.58 | 32.6 | 64.32 | - |
| YUV | 159.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 209 | 0.03 | 0.39 | 0 | 0.18 | 294.81 | 0.47 | 0.66 |
| Hex | CA | 80 | D1 | 3 | 27 | 0 | 12 | 127 | 2F | 42 |
| Octal | 312 | 200 | 321 | 3 | 47 | 0 | 22 | 447 | 57 | 102 |
| Binary | 11001010 | 10000000 | 11010001 | 11 | 100111 | 0 | 10010 | 100100111 | 101111 | 1000010 |
Color Harmonies of #CA80D1
Complementary color
Monochromatic Colors of #CA80D1
Black with #CA80D1
Text Example
Text Example
White with #CA80D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80D1; }
p { color: rgb(202,128,209); }
H1.HeaderClassName
{
color: #CA80D1;
}
.AnyTagClassName
{
color: #CA80D1;
}
</style>
background-color css
<style>
a { background-color: #CA80D1; }
a { background-color: rgb(202,128,209); }
div.DivClassName
{
background-color: #CA80D1;
}
.BgClassName
{
background-color: #CA80D1;
}
</style>
border-color css
<style>
span { border-color: #CA80D1; }
span { border-color: rgb(202,128,209); }
td.TdClassName
{
border-color: #CA80D1;
}
.TagClassName
{
border-color: #CA80D1;
}
</style>