Shades of Heliotrope #C66EEE
Tints of Heliotrope #C66EEE
RGB
CMYK
RGB Variations
Color information
#C66EEE (or 0xC66EEE) is known color: Heliotrope. HEX triplet: C6, 6E and EE. RGB value is (198,110,238). Sum of RGB (Red+Green+Blue) = 198+110+238=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #C66EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66EEE is #399111. Grayscale: #969696. Windows color (decimal): -3772690 or 15625926. OLE color: 15625926.
HSL color Cylindrical-coordinate representation of color #C66EEE: hue angle of 281.25º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C66EEE is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 110 | 238 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.07 |
| HSL | 281.25º | 0.79% | 0.68% | - |
| HSV(B) | 281.25º | 0.54% | 0.93% | - |
| XYZ | 44.3 | 29.33 | 84.22 | - |
| YUV | 150.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 238 | 0.17 | 0.54 | 0 | 0.07 | 281.25 | 0.79 | 0.68 |
| Hex | C6 | 6E | EE | 11 | 36 | 0 | 7 | 119 | 4F | 44 |
| Octal | 306 | 156 | 356 | 21 | 66 | 0 | 7 | 431 | 117 | 104 |
| Binary | 11000110 | 1101110 | 11101110 | 10001 | 110110 | 0 | 111 | 100011001 | 1001111 | 1000100 |
Color Harmonies of #C66EEE
Complementary color
Monochromatic Colors of #C66EEE
Black with #C66EEE
Text Example
Text Example
White with #C66EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66EEE; }
p { color: rgb(198,110,238); }
H1.HeaderClassName
{
color: #C66EEE;
}
.AnyTagClassName
{
color: #C66EEE;
}
</style>
background-color css
<style>
a { background-color: #C66EEE; }
a { background-color: rgb(198,110,238); }
div.DivClassName
{
background-color: #C66EEE;
}
.BgClassName
{
background-color: #C66EEE;
}
</style>
border-color css
<style>
span { border-color: #C66EEE; }
span { border-color: rgb(198,110,238); }
td.TdClassName
{
border-color: #C66EEE;
}
.TagClassName
{
border-color: #C66EEE;
}
</style>