Shades of Heliotrope #C66CEC
Tints of Heliotrope #C66CEC
RGB
CMYK
RGB Variations
Color information
#C66CEC (or 0xC66CEC) is known color: Heliotrope. HEX triplet: C6, 6C and EC. RGB value is (198,108,236). Sum of RGB (Red+Green+Blue) = 198+108+236=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #C66CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66CEC is #399313. Grayscale: #959595. Windows color (decimal): -3773204 or 15494342. OLE color: 15494342.
HSL color Cylindrical-coordinate representation of color #C66CEC: hue angle of 282.19º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C66CEC is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 108 | 236 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.07 |
| HSL | 282.19º | 0.77% | 0.67% | - |
| HSV(B) | 282.19º | 0.54% | 0.93% | - |
| XYZ | 43.79 | 28.79 | 82.61 | - |
| YUV | 149.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 236 | 0.16 | 0.54 | 0 | 0.07 | 282.19 | 0.77 | 0.67 |
| Hex | C6 | 6C | EC | 10 | 36 | 0 | 7 | 11A | 4D | 43 |
| Octal | 306 | 154 | 354 | 20 | 66 | 0 | 7 | 432 | 115 | 103 |
| Binary | 11000110 | 1101100 | 11101100 | 10000 | 110110 | 0 | 111 | 100011010 | 1001101 | 1000011 |
Color Harmonies of #C66CEC
Complementary color
Monochromatic Colors of #C66CEC
Black with #C66CEC
Text Example
Text Example
White with #C66CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66CEC; }
p { color: rgb(198,108,236); }
H1.HeaderClassName
{
color: #C66CEC;
}
.AnyTagClassName
{
color: #C66CEC;
}
</style>
background-color css
<style>
a { background-color: #C66CEC; }
a { background-color: rgb(198,108,236); }
div.DivClassName
{
background-color: #C66CEC;
}
.BgClassName
{
background-color: #C66CEC;
}
</style>
border-color css
<style>
span { border-color: #C66CEC; }
span { border-color: rgb(198,108,236); }
td.TdClassName
{
border-color: #C66CEC;
}
.TagClassName
{
border-color: #C66CEC;
}
</style>