Shades of Heliotrope #CC6FEF
Tints of Heliotrope #CC6FEF
RGB
CMYK
RGB Variations
Color information
#CC6FEF (or 0xCC6FEF) is known color: Heliotrope. HEX triplet: CC, 6F and EF. RGB value is (204,111,239). Sum of RGB (Red+Green+Blue) = 204+111+239=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC6FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6FEF is #339010. Grayscale: #989898. Windows color (decimal): -3379217 or 15691724. OLE color: 15691724.
HSL color Cylindrical-coordinate representation of color #CC6FEF: hue angle of 283.59º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC6FEF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 111 | 239 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.06 |
| HSL | 283.59º | 0.8% | 0.69% | - |
| HSV(B) | 283.59º | 0.54% | 0.94% | - |
| XYZ | 46.17 | 30.44 | 85.1 | - |
| YUV | 153.4 | 176.31 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 239 | 0.15 | 0.54 | 0 | 0.06 | 283.59 | 0.8 | 0.69 |
| Hex | CC | 6F | EF | F | 36 | 0 | 6 | 11C | 50 | 45 |
| Octal | 314 | 157 | 357 | 17 | 66 | 0 | 6 | 434 | 120 | 105 |
| Binary | 11001100 | 1101111 | 11101111 | 1111 | 110110 | 0 | 110 | 100011100 | 1010000 | 1000101 |
Color Harmonies of #CC6FEF
Complementary color
Monochromatic Colors of #CC6FEF
Black with #CC6FEF
Text Example
Text Example
White with #CC6FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6FEF; }
p { color: rgb(204,111,239); }
H1.HeaderClassName
{
color: #CC6FEF;
}
.AnyTagClassName
{
color: #CC6FEF;
}
</style>
background-color css
<style>
a { background-color: #CC6FEF; }
a { background-color: rgb(204,111,239); }
div.DivClassName
{
background-color: #CC6FEF;
}
.BgClassName
{
background-color: #CC6FEF;
}
</style>
border-color css
<style>
span { border-color: #CC6FEF; }
span { border-color: rgb(204,111,239); }
td.TdClassName
{
border-color: #CC6FEF;
}
.TagClassName
{
border-color: #CC6FEF;
}
</style>