Shades of Heliotrope #CC6EE7
Tints of Heliotrope #CC6EE7
RGB
CMYK
RGB Variations
Color information
#CC6EE7 (or 0xCC6EE7) is known color: Heliotrope. HEX triplet: CC, 6E and E7. RGB value is (204,110,231). Sum of RGB (Red+Green+Blue) = 204+110+231=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 231 (90.62% from 255 or 42.39% from 545); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC6EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EE7 is #339118. Grayscale: #979797. Windows color (decimal): -3379481 or 15167180. OLE color: 15167180.
HSL color Cylindrical-coordinate representation of color #CC6EE7: hue angle of 286.61º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6EE7 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 110 | 231 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.09 |
| HSL | 286.61º | 0.72% | 0.67% | - |
| HSV(B) | 286.61º | 0.52% | 0.91% | - |
| XYZ | 44.9 | 29.76 | 78.98 | - |
| YUV | 151.9 | 172.64 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 231 | 0.12 | 0.52 | 0 | 0.09 | 286.61 | 0.72 | 0.67 |
| Hex | CC | 6E | E7 | C | 34 | 0 | 9 | 11F | 48 | 43 |
| Octal | 314 | 156 | 347 | 14 | 64 | 0 | 11 | 437 | 110 | 103 |
| Binary | 11001100 | 1101110 | 11100111 | 1100 | 110100 | 0 | 1001 | 100011111 | 1001000 | 1000011 |
Color Harmonies of #CC6EE7
Complementary color
Monochromatic Colors of #CC6EE7
Black with #CC6EE7
Text Example
Text Example
White with #CC6EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6EE7; }
p { color: rgb(204,110,231); }
H1.HeaderClassName
{
color: #CC6EE7;
}
.AnyTagClassName
{
color: #CC6EE7;
}
</style>
background-color css
<style>
a { background-color: #CC6EE7; }
a { background-color: rgb(204,110,231); }
div.DivClassName
{
background-color: #CC6EE7;
}
.BgClassName
{
background-color: #CC6EE7;
}
</style>
border-color css
<style>
span { border-color: #CC6EE7; }
span { border-color: rgb(204,110,231); }
td.TdClassName
{
border-color: #CC6EE7;
}
.TagClassName
{
border-color: #CC6EE7;
}
</style>