Shades of Heliotrope #CA80ED
Tints of Heliotrope #CA80ED
RGB
CMYK
RGB Variations
Color information
#CA80ED (or 0xCA80ED) is known color: Heliotrope. HEX triplet: CA, 80 and ED. RGB value is (202,128,237). Sum of RGB (Red+Green+Blue) = 202+128+237=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA80ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA80ED is #357F12. Grayscale: #A2A2A2. Windows color (decimal): -3505939 or 15565002. OLE color: 15565002.
HSL color Cylindrical-coordinate representation of color #CA80ED: hue angle of 280.73º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA80ED is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 128 | 237 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.07 |
| HSL | 280.73º | 0.75% | 0.72% | - |
| HSV(B) | 280.73º | 0.46% | 0.93% | - |
| XYZ | 47.36 | 34.11 | 84.21 | - |
| YUV | 162.55 | 170.02 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 237 | 0.15 | 0.46 | 0 | 0.07 | 280.73 | 0.75 | 0.72 |
| Hex | CA | 80 | ED | F | 2E | 0 | 7 | 119 | 4B | 48 |
| Octal | 312 | 200 | 355 | 17 | 56 | 0 | 7 | 431 | 113 | 110 |
| Binary | 11001010 | 10000000 | 11101101 | 1111 | 101110 | 0 | 111 | 100011001 | 1001011 | 1001000 |
Color Harmonies of #CA80ED
Complementary color
Monochromatic Colors of #CA80ED
Black with #CA80ED
Text Example
Text Example
White with #CA80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80ED; }
p { color: rgb(202,128,237); }
H1.HeaderClassName
{
color: #CA80ED;
}
.AnyTagClassName
{
color: #CA80ED;
}
</style>
background-color css
<style>
a { background-color: #CA80ED; }
a { background-color: rgb(202,128,237); }
div.DivClassName
{
background-color: #CA80ED;
}
.BgClassName
{
background-color: #CA80ED;
}
</style>
border-color css
<style>
span { border-color: #CA80ED; }
span { border-color: rgb(202,128,237); }
td.TdClassName
{
border-color: #CA80ED;
}
.TagClassName
{
border-color: #CA80ED;
}
</style>