Shades of Heliotrope #CC66EF
Tints of Heliotrope #CC66EF
RGB
CMYK
RGB Variations
Color information
#CC66EF (or 0xCC66EF) is known color: Heliotrope. HEX triplet: CC, 66 and EF. RGB value is (204,102,239). Sum of RGB (Red+Green+Blue) = 204+102+239=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC66EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC66EF is #339910. Grayscale: #939393. Windows color (decimal): -3381521 or 15689420. OLE color: 15689420.
HSL color Cylindrical-coordinate representation of color #CC66EF: hue angle of 284.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC66EF is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 102 | 239 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.06 |
| HSL | 284.67º | 0.81% | 0.67% | - |
| HSV(B) | 284.67º | 0.57% | 0.94% | - |
| XYZ | 45.23 | 28.57 | 84.79 | - |
| YUV | 148.12 | 179.29 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 239 | 0.15 | 0.57 | 0 | 0.06 | 284.67 | 0.81 | 0.67 |
| Hex | CC | 66 | EF | F | 39 | 0 | 6 | 11D | 51 | 43 |
| Octal | 314 | 146 | 357 | 17 | 71 | 0 | 6 | 435 | 121 | 103 |
| Binary | 11001100 | 1100110 | 11101111 | 1111 | 111001 | 0 | 110 | 100011101 | 1010001 | 1000011 |
Color Harmonies of #CC66EF
Complementary color
Monochromatic Colors of #CC66EF
Black with #CC66EF
Text Example
Text Example
White with #CC66EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC66EF; }
p { color: rgb(204,102,239); }
H1.HeaderClassName
{
color: #CC66EF;
}
.AnyTagClassName
{
color: #CC66EF;
}
</style>
background-color css
<style>
a { background-color: #CC66EF; }
a { background-color: rgb(204,102,239); }
div.DivClassName
{
background-color: #CC66EF;
}
.BgClassName
{
background-color: #CC66EF;
}
</style>
border-color css
<style>
span { border-color: #CC66EF; }
span { border-color: rgb(204,102,239); }
td.TdClassName
{
border-color: #CC66EF;
}
.TagClassName
{
border-color: #CC66EF;
}
</style>