Shades of Heliotrope #CC6EFF
Tints of Heliotrope #CC6EFF
RGB
CMYK
RGB Variations
Color information
#CC6EFF (or 0xCC6EFF) is known color: Heliotrope. HEX triplet: CC, 6E and FF. RGB value is (204,110,255). Sum of RGB (Red+Green+Blue) = 204+110+255=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC6EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EFF is #339100. Grayscale: #9A9A9A. Windows color (decimal): -3379457 or 16740044. OLE color: 16740044.
HSL color Cylindrical-coordinate representation of color #CC6EFF: hue angle of 278.9º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6EFF is Cyan = 0.2, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 110 | 255 | - |
| CMYK | 0.2 | 0.57 | 0 | 0 |
| HSL | 278.9º | 1% | 0.72% | - |
| HSV(B) | 278.9º | 0.57% | 1% | - |
| XYZ | 48.53 | 31.21 | 98.07 | - |
| YUV | 154.64 | 184.64 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 255 | 0.2 | 0.57 | 0 | 0 | 278.9 | 1 | 0.72 |
| Hex | CC | 6E | FF | 14 | 39 | 0 | 0 | 117 | 64 | 48 |
| Octal | 314 | 156 | 377 | 24 | 71 | 0 | 0 | 427 | 144 | 110 |
| Binary | 11001100 | 1101110 | 11111111 | 10100 | 111001 | 0 | 0 | 100010111 | 1100100 | 1001000 |
Color Harmonies of #CC6EFF
Complementary color
Monochromatic Colors of #CC6EFF
Black with #CC6EFF
Text Example
Text Example
White with #CC6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6EFF; }
p { color: rgb(204,110,255); }
H1.HeaderClassName
{
color: #CC6EFF;
}
.AnyTagClassName
{
color: #CC6EFF;
}
</style>
background-color css
<style>
a { background-color: #CC6EFF; }
a { background-color: rgb(204,110,255); }
div.DivClassName
{
background-color: #CC6EFF;
}
.BgClassName
{
background-color: #CC6EFF;
}
</style>
border-color css
<style>
span { border-color: #CC6EFF; }
span { border-color: rgb(204,110,255); }
td.TdClassName
{
border-color: #CC6EFF;
}
.TagClassName
{
border-color: #CC6EFF;
}
</style>