Shades of Heliotrope #CC6FEE
Tints of Heliotrope #CC6FEE
RGB
CMYK
RGB Variations
Color information
#CC6FEE (or 0xCC6FEE) is known color: Heliotrope. HEX triplet: CC, 6F and EE. RGB value is (204,111,238). Sum of RGB (Red+Green+Blue) = 204+111+238=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC6FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6FEE is #339011. Grayscale: #989898. Windows color (decimal): -3379218 or 15626188. OLE color: 15626188.
HSL color Cylindrical-coordinate representation of color #CC6FEE: hue angle of 283.94º degrees, saturation: 0.79, 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 #CC6FEE is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 111 | 238 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.07 |
| HSL | 283.94º | 0.79% | 0.68% | - |
| HSV(B) | 283.94º | 0.53% | 0.93% | - |
| XYZ | 46.02 | 30.38 | 84.33 | - |
| YUV | 153.29 | 175.81 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 238 | 0.14 | 0.53 | 0 | 0.07 | 283.94 | 0.79 | 0.68 |
| Hex | CC | 6F | EE | E | 35 | 0 | 7 | 11C | 4F | 44 |
| Octal | 314 | 157 | 356 | 16 | 65 | 0 | 7 | 434 | 117 | 104 |
| Binary | 11001100 | 1101111 | 11101110 | 1110 | 110101 | 0 | 111 | 100011100 | 1001111 | 1000100 |
Color Harmonies of #CC6FEE
Complementary color
Monochromatic Colors of #CC6FEE
Black with #CC6FEE
Text Example
Text Example
White with #CC6FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6FEE; }
p { color: rgb(204,111,238); }
H1.HeaderClassName
{
color: #CC6FEE;
}
.AnyTagClassName
{
color: #CC6FEE;
}
</style>
background-color css
<style>
a { background-color: #CC6FEE; }
a { background-color: rgb(204,111,238); }
div.DivClassName
{
background-color: #CC6FEE;
}
.BgClassName
{
background-color: #CC6FEE;
}
</style>
border-color css
<style>
span { border-color: #CC6FEE; }
span { border-color: rgb(204,111,238); }
td.TdClassName
{
border-color: #CC6FEE;
}
.TagClassName
{
border-color: #CC6FEE;
}
</style>