Shades of Orchid #CA80DC
Tints of Orchid #CA80DC
RGB
CMYK
RGB Variations
Color information
#CA80DC (or 0xCA80DC) is known color: Orchid. HEX triplet: CA, 80 and DC. RGB value is (202,128,220). Sum of RGB (Red+Green+Blue) = 202+128+220=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80DC is #357F23. Grayscale: #A0A0A0. Windows color (decimal): -3505956 or 14450890. OLE color: 14450890.
HSL color Cylindrical-coordinate representation of color #CA80DC: hue angle of 288.26º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA80DC is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 128 | 220 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.14 |
| HSL | 288.26º | 0.57% | 0.68% | - |
| HSV(B) | 288.26º | 0.42% | 0.86% | - |
| XYZ | 44.99 | 33.16 | 71.74 | - |
| YUV | 160.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 220 | 0.08 | 0.42 | 0 | 0.14 | 288.26 | 0.57 | 0.68 |
| Hex | CA | 80 | DC | 8 | 2A | 0 | E | 120 | 39 | 44 |
| Octal | 312 | 200 | 334 | 10 | 52 | 0 | 16 | 440 | 71 | 104 |
| Binary | 11001010 | 10000000 | 11011100 | 1000 | 101010 | 0 | 1110 | 100100000 | 111001 | 1000100 |
Color Harmonies of #CA80DC
Complementary color
Monochromatic Colors of #CA80DC
Black with #CA80DC
Text Example
Text Example
White with #CA80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80DC; }
p { color: rgb(202,128,220); }
H1.HeaderClassName
{
color: #CA80DC;
}
.AnyTagClassName
{
color: #CA80DC;
}
</style>
background-color css
<style>
a { background-color: #CA80DC; }
a { background-color: rgb(202,128,220); }
div.DivClassName
{
background-color: #CA80DC;
}
.BgClassName
{
background-color: #CA80DC;
}
</style>
border-color css
<style>
span { border-color: #CA80DC; }
span { border-color: rgb(202,128,220); }
td.TdClassName
{
border-color: #CA80DC;
}
.TagClassName
{
border-color: #CA80DC;
}
</style>