Shades of Heliotrope #CC80E9
Tints of Heliotrope #CC80E9
RGB
CMYK
RGB Variations
Color information
#CC80E9 (or 0xCC80E9) is known color: Heliotrope. HEX triplet: CC, 80 and E9. RGB value is (204,128,233). Sum of RGB (Red+Green+Blue) = 204+128+233=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC80E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80E9 is #337F16. Grayscale: #A2A2A2. Windows color (decimal): -3374871 or 15302860. OLE color: 15302860.
HSL color Cylindrical-coordinate representation of color #CC80E9: hue angle of 283.43º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC80E9 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 128 | 233 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.09 |
| HSL | 283.43º | 0.7% | 0.71% | - |
| HSV(B) | 283.43º | 0.45% | 0.91% | - |
| XYZ | 47.33 | 34.16 | 81.19 | - |
| YUV | 162.69 | 167.68 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 233 | 0.12 | 0.45 | 0 | 0.09 | 283.43 | 0.7 | 0.71 |
| Hex | CC | 80 | E9 | C | 2D | 0 | 9 | 11B | 46 | 47 |
| Octal | 314 | 200 | 351 | 14 | 55 | 0 | 11 | 433 | 106 | 107 |
| Binary | 11001100 | 10000000 | 11101001 | 1100 | 101101 | 0 | 1001 | 100011011 | 1000110 | 1000111 |
Color Harmonies of #CC80E9
Complementary color
Monochromatic Colors of #CC80E9
Black with #CC80E9
Text Example
Text Example
White with #CC80E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80E9; }
p { color: rgb(204,128,233); }
H1.HeaderClassName
{
color: #CC80E9;
}
.AnyTagClassName
{
color: #CC80E9;
}
</style>
background-color css
<style>
a { background-color: #CC80E9; }
a { background-color: rgb(204,128,233); }
div.DivClassName
{
background-color: #CC80E9;
}
.BgClassName
{
background-color: #CC80E9;
}
</style>
border-color css
<style>
span { border-color: #CC80E9; }
span { border-color: rgb(204,128,233); }
td.TdClassName
{
border-color: #CC80E9;
}
.TagClassName
{
border-color: #CC80E9;
}
</style>