Shades of Orchid #CA80D5
Tints of Orchid #CA80D5
RGB
CMYK
RGB Variations
Color information
#CA80D5 (or 0xCA80D5) is known color: Orchid. HEX triplet: CA, 80 and D5. RGB value is (202,128,213). Sum of RGB (Red+Green+Blue) = 202+128+213=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA80D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80D5 is #357F2A. Grayscale: #9F9F9F. Windows color (decimal): -3505963 or 13992138. OLE color: 13992138.
HSL color Cylindrical-coordinate representation of color #CA80D5: hue angle of 292.24º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA80D5 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 128 | 213 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.16 |
| HSL | 292.24º | 0.5% | 0.67% | - |
| HSV(B) | 292.24º | 0.4% | 0.84% | - |
| XYZ | 44.09 | 32.8 | 66.96 | - |
| YUV | 159.82 | 158.02 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 213 | 0.05 | 0.40 | 0 | 0.16 | 292.24 | 0.5 | 0.67 |
| Hex | CA | 80 | D5 | 5 | 28 | 0 | 10 | 124 | 32 | 43 |
| Octal | 312 | 200 | 325 | 5 | 50 | 0 | 20 | 444 | 62 | 103 |
| Binary | 11001010 | 10000000 | 11010101 | 101 | 101000 | 0 | 10000 | 100100100 | 110010 | 1000011 |
Color Harmonies of #CA80D5
Complementary color
Monochromatic Colors of #CA80D5
Black with #CA80D5
Text Example
Text Example
White with #CA80D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80D5; }
p { color: rgb(202,128,213); }
H1.HeaderClassName
{
color: #CA80D5;
}
.AnyTagClassName
{
color: #CA80D5;
}
</style>
background-color css
<style>
a { background-color: #CA80D5; }
a { background-color: rgb(202,128,213); }
div.DivClassName
{
background-color: #CA80D5;
}
.BgClassName
{
background-color: #CA80D5;
}
</style>
border-color css
<style>
span { border-color: #CA80D5; }
span { border-color: rgb(202,128,213); }
td.TdClassName
{
border-color: #CA80D5;
}
.TagClassName
{
border-color: #CA80D5;
}
</style>