Shades of Heliotrope #CC80E6
Tints of Heliotrope #CC80E6
RGB
CMYK
RGB Variations
Color information
#CC80E6 (or 0xCC80E6) is known color: Heliotrope. HEX triplet: CC, 80 and E6. RGB value is (204,128,230). Sum of RGB (Red+Green+Blue) = 204+128+230=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC80E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80E6 is #337F19. Grayscale: #A2A2A2. Windows color (decimal): -3374874 or 15106252. OLE color: 15106252.
HSL color Cylindrical-coordinate representation of color #CC80E6: hue angle of 284.71º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC80E6 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 128 | 230 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.10 |
| HSL | 284.71º | 0.67% | 0.7% | - |
| HSV(B) | 284.71º | 0.44% | 0.9% | - |
| XYZ | 46.9 | 33.99 | 78.95 | - |
| YUV | 162.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 230 | 0.11 | 0.44 | 0 | 0.10 | 284.71 | 0.67 | 0.7 |
| Hex | CC | 80 | E6 | B | 2C | 0 | A | 11D | 43 | 46 |
| Octal | 314 | 200 | 346 | 13 | 54 | 0 | 12 | 435 | 103 | 106 |
| Binary | 11001100 | 10000000 | 11100110 | 1011 | 101100 | 0 | 1010 | 100011101 | 1000011 | 1000110 |
Color Harmonies of #CC80E6
Complementary color
Monochromatic Colors of #CC80E6
Black with #CC80E6
Text Example
Text Example
White with #CC80E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80E6; }
p { color: rgb(204,128,230); }
H1.HeaderClassName
{
color: #CC80E6;
}
.AnyTagClassName
{
color: #CC80E6;
}
</style>
background-color css
<style>
a { background-color: #CC80E6; }
a { background-color: rgb(204,128,230); }
div.DivClassName
{
background-color: #CC80E6;
}
.BgClassName
{
background-color: #CC80E6;
}
</style>
border-color css
<style>
span { border-color: #CC80E6; }
span { border-color: rgb(204,128,230); }
td.TdClassName
{
border-color: #CC80E6;
}
.TagClassName
{
border-color: #CC80E6;
}
</style>