Shades of Orchid #CA80D9
Tints of Orchid #CA80D9
RGB
CMYK
RGB Variations
Color information
#CA80D9 (or 0xCA80D9) is known color: Orchid. HEX triplet: CA, 80 and D9. RGB value is (202,128,217). Sum of RGB (Red+Green+Blue) = 202+128+217=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA80D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80D9 is #357F26. Grayscale: #9F9F9F. Windows color (decimal): -3505959 or 14254282. OLE color: 14254282.
HSL color Cylindrical-coordinate representation of color #CA80D9: hue angle of 289.89º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA80D9 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 128 | 217 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.15 |
| HSL | 289.89º | 0.54% | 0.68% | - |
| HSV(B) | 289.89º | 0.41% | 0.85% | - |
| XYZ | 44.6 | 33 | 69.67 | - |
| YUV | 160.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 217 | 0.07 | 0.41 | 0 | 0.15 | 289.89 | 0.54 | 0.68 |
| Hex | CA | 80 | D9 | 7 | 29 | 0 | F | 122 | 36 | 44 |
| Octal | 312 | 200 | 331 | 7 | 51 | 0 | 17 | 442 | 66 | 104 |
| Binary | 11001010 | 10000000 | 11011001 | 111 | 101001 | 0 | 1111 | 100100010 | 110110 | 1000100 |
Color Harmonies of #CA80D9
Complementary color
Monochromatic Colors of #CA80D9
Black with #CA80D9
Text Example
Text Example
White with #CA80D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80D9; }
p { color: rgb(202,128,217); }
H1.HeaderClassName
{
color: #CA80D9;
}
.AnyTagClassName
{
color: #CA80D9;
}
</style>
background-color css
<style>
a { background-color: #CA80D9; }
a { background-color: rgb(202,128,217); }
div.DivClassName
{
background-color: #CA80D9;
}
.BgClassName
{
background-color: #CA80D9;
}
</style>
border-color css
<style>
span { border-color: #CA80D9; }
span { border-color: rgb(202,128,217); }
td.TdClassName
{
border-color: #CA80D9;
}
.TagClassName
{
border-color: #CA80D9;
}
</style>