Shades of Heliotrope #CC6FEC
Tints of Heliotrope #CC6FEC
RGB
CMYK
RGB Variations
Color information
#CC6FEC (or 0xCC6FEC) is known color: Heliotrope. HEX triplet: CC, 6F and EC. RGB value is (204,111,236). Sum of RGB (Red+Green+Blue) = 204+111+236=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6FEC is #339013. Grayscale: #989898. Windows color (decimal): -3379220 or 15495116. OLE color: 15495116.
HSL color Cylindrical-coordinate representation of color #CC6FEC: hue angle of 284.64º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC6FEC is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 111 | 236 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.07 |
| HSL | 284.64º | 0.77% | 0.68% | - |
| HSV(B) | 284.64º | 0.53% | 0.93% | - |
| XYZ | 45.73 | 30.26 | 82.79 | - |
| YUV | 153.06 | 174.81 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 236 | 0.14 | 0.53 | 0 | 0.07 | 284.64 | 0.77 | 0.68 |
| Hex | CC | 6F | EC | E | 35 | 0 | 7 | 11D | 4D | 44 |
| Octal | 314 | 157 | 354 | 16 | 65 | 0 | 7 | 435 | 115 | 104 |
| Binary | 11001100 | 1101111 | 11101100 | 1110 | 110101 | 0 | 111 | 100011101 | 1001101 | 1000100 |
Color Harmonies of #CC6FEC
Complementary color
Monochromatic Colors of #CC6FEC
Black with #CC6FEC
Text Example
Text Example
White with #CC6FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6FEC; }
p { color: rgb(204,111,236); }
H1.HeaderClassName
{
color: #CC6FEC;
}
.AnyTagClassName
{
color: #CC6FEC;
}
</style>
background-color css
<style>
a { background-color: #CC6FEC; }
a { background-color: rgb(204,111,236); }
div.DivClassName
{
background-color: #CC6FEC;
}
.BgClassName
{
background-color: #CC6FEC;
}
</style>
border-color css
<style>
span { border-color: #CC6FEC; }
span { border-color: rgb(204,111,236); }
td.TdClassName
{
border-color: #CC6FEC;
}
.TagClassName
{
border-color: #CC6FEC;
}
</style>