Shades of Orchid #CA80D3
Tints of Orchid #CA80D3
RGB
CMYK
RGB Variations
Color information
#CA80D3 (or 0xCA80D3) is known color: Orchid. HEX triplet: CA, 80 and D3. RGB value is (202,128,211). Sum of RGB (Red+Green+Blue) = 202+128+211=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 211 (82.81% from 255 or 39.00% from 541); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA80D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80D3 is #357F2C. Grayscale: #9F9F9F. Windows color (decimal): -3505965 or 13861066. OLE color: 13861066.
HSL color Cylindrical-coordinate representation of color #CA80D3: hue angle of 293.49º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA80D3 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 128 | 211 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.17 |
| HSL | 293.49º | 0.49% | 0.66% | - |
| HSV(B) | 293.49º | 0.39% | 0.83% | - |
| XYZ | 43.83 | 32.7 | 65.63 | - |
| YUV | 159.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 211 | 0.04 | 0.39 | 0 | 0.17 | 293.49 | 0.49 | 0.66 |
| Hex | CA | 80 | D3 | 4 | 27 | 0 | 11 | 125 | 31 | 42 |
| Octal | 312 | 200 | 323 | 4 | 47 | 0 | 21 | 445 | 61 | 102 |
| Binary | 11001010 | 10000000 | 11010011 | 100 | 100111 | 0 | 10001 | 100100101 | 110001 | 1000010 |
Color Harmonies of #CA80D3
Complementary color
Monochromatic Colors of #CA80D3
Black with #CA80D3
Text Example
Text Example
White with #CA80D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80D3; }
p { color: rgb(202,128,211); }
H1.HeaderClassName
{
color: #CA80D3;
}
.AnyTagClassName
{
color: #CA80D3;
}
</style>
background-color css
<style>
a { background-color: #CA80D3; }
a { background-color: rgb(202,128,211); }
div.DivClassName
{
background-color: #CA80D3;
}
.BgClassName
{
background-color: #CA80D3;
}
</style>
border-color css
<style>
span { border-color: #CA80D3; }
span { border-color: rgb(202,128,211); }
td.TdClassName
{
border-color: #CA80D3;
}
.TagClassName
{
border-color: #CA80D3;
}
</style>