Shades of Heliotrope #C66EEA
Tints of Heliotrope #C66EEA
RGB
CMYK
RGB Variations
Color information
#C66EEA (or 0xC66EEA) is known color: Heliotrope. HEX triplet: C6, 6E and EA. RGB value is (198,110,234). Sum of RGB (Red+Green+Blue) = 198+110+234=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #C66EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66EEA is #399115. Grayscale: #969696. Windows color (decimal): -3772694 or 15363782. OLE color: 15363782.
HSL color Cylindrical-coordinate representation of color #C66EEA: hue angle of 282.58º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C66EEA is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 110 | 234 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.08 |
| HSL | 282.58º | 0.75% | 0.67% | - |
| HSV(B) | 282.58º | 0.53% | 0.92% | - |
| XYZ | 43.72 | 29.1 | 81.15 | - |
| YUV | 150.45 | 175.15 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 234 | 0.15 | 0.53 | 0 | 0.08 | 282.58 | 0.75 | 0.67 |
| Hex | C6 | 6E | EA | F | 35 | 0 | 8 | 11B | 4B | 43 |
| Octal | 306 | 156 | 352 | 17 | 65 | 0 | 10 | 433 | 113 | 103 |
| Binary | 11000110 | 1101110 | 11101010 | 1111 | 110101 | 0 | 1000 | 100011011 | 1001011 | 1000011 |
Color Harmonies of #C66EEA
Complementary color
Monochromatic Colors of #C66EEA
Black with #C66EEA
Text Example
Text Example
White with #C66EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66EEA; }
p { color: rgb(198,110,234); }
H1.HeaderClassName
{
color: #C66EEA;
}
.AnyTagClassName
{
color: #C66EEA;
}
</style>
background-color css
<style>
a { background-color: #C66EEA; }
a { background-color: rgb(198,110,234); }
div.DivClassName
{
background-color: #C66EEA;
}
.BgClassName
{
background-color: #C66EEA;
}
</style>
border-color css
<style>
span { border-color: #C66EEA; }
span { border-color: rgb(198,110,234); }
td.TdClassName
{
border-color: #C66EEA;
}
.TagClassName
{
border-color: #C66EEA;
}
</style>