Shades of Orchid #CA80DD
Tints of Orchid #CA80DD
RGB
CMYK
RGB Variations
Color information
#CA80DD (or 0xCA80DD) is known color: Orchid. HEX triplet: CA, 80 and DD. RGB value is (202,128,221). Sum of RGB (Red+Green+Blue) = 202+128+221=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80DD is #357F22. Grayscale: #A0A0A0. Windows color (decimal): -3505955 or 14516426. OLE color: 14516426.
HSL color Cylindrical-coordinate representation of color #CA80DD: hue angle of 287.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA80DD is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 128 | 221 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.13 |
| HSL | 287.74º | 0.58% | 0.68% | - |
| HSV(B) | 287.74º | 0.42% | 0.87% | - |
| XYZ | 45.13 | 33.22 | 72.44 | - |
| YUV | 160.73 | 162.02 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 221 | 0.09 | 0.42 | 0 | 0.13 | 287.74 | 0.58 | 0.68 |
| Hex | CA | 80 | DD | 9 | 2A | 0 | D | 120 | 3A | 44 |
| Octal | 312 | 200 | 335 | 11 | 52 | 0 | 15 | 440 | 72 | 104 |
| Binary | 11001010 | 10000000 | 11011101 | 1001 | 101010 | 0 | 1101 | 100100000 | 111010 | 1000100 |
Color Harmonies of #CA80DD
Complementary color
Monochromatic Colors of #CA80DD
Black with #CA80DD
Text Example
Text Example
White with #CA80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80DD; }
p { color: rgb(202,128,221); }
H1.HeaderClassName
{
color: #CA80DD;
}
.AnyTagClassName
{
color: #CA80DD;
}
</style>
background-color css
<style>
a { background-color: #CA80DD; }
a { background-color: rgb(202,128,221); }
div.DivClassName
{
background-color: #CA80DD;
}
.BgClassName
{
background-color: #CA80DD;
}
</style>
border-color css
<style>
span { border-color: #CA80DD; }
span { border-color: rgb(202,128,221); }
td.TdClassName
{
border-color: #CA80DD;
}
.TagClassName
{
border-color: #CA80DD;
}
</style>