Shades of Heliotrope #CC80ED
Tints of Heliotrope #CC80ED
RGB
CMYK
RGB Variations
Color information
#CC80ED (or 0xCC80ED) is known color: Heliotrope. HEX triplet: CC, 80 and ED. RGB value is (204,128,237). Sum of RGB (Red+Green+Blue) = 204+128+237=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC80ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80ED is #337F12. Grayscale: #A2A2A2. Windows color (decimal): -3374867 or 15565004. OLE color: 15565004.
HSL color Cylindrical-coordinate representation of color #CC80ED: hue angle of 281.83º 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 #CC80ED is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 128 | 237 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.07 |
| HSL | 281.83º | 0.75% | 0.72% | - |
| HSV(B) | 281.83º | 0.46% | 0.93% | - |
| XYZ | 47.91 | 34.39 | 84.23 | - |
| YUV | 163.15 | 169.68 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 237 | 0.14 | 0.46 | 0 | 0.07 | 281.83 | 0.75 | 0.72 |
| Hex | CC | 80 | ED | E | 2E | 0 | 7 | 11A | 4B | 48 |
| Octal | 314 | 200 | 355 | 16 | 56 | 0 | 7 | 432 | 113 | 110 |
| Binary | 11001100 | 10000000 | 11101101 | 1110 | 101110 | 0 | 111 | 100011010 | 1001011 | 1001000 |
Color Harmonies of #CC80ED
Complementary color
Monochromatic Colors of #CC80ED
Black with #CC80ED
Text Example
Text Example
White with #CC80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80ED; }
p { color: rgb(204,128,237); }
H1.HeaderClassName
{
color: #CC80ED;
}
.AnyTagClassName
{
color: #CC80ED;
}
</style>
background-color css
<style>
a { background-color: #CC80ED; }
a { background-color: rgb(204,128,237); }
div.DivClassName
{
background-color: #CC80ED;
}
.BgClassName
{
background-color: #CC80ED;
}
</style>
border-color css
<style>
span { border-color: #CC80ED; }
span { border-color: rgb(204,128,237); }
td.TdClassName
{
border-color: #CC80ED;
}
.TagClassName
{
border-color: #CC80ED;
}
</style>