Shades of Heliotrope #C06EEF
Tints of Heliotrope #C06EEF
RGB
CMYK
RGB Variations
Color information
#C06EEF (or 0xC06EEF) is known color: Heliotrope. HEX triplet: C0, 6E and EF. RGB value is (192,110,239). Sum of RGB (Red+Green+Blue) = 192+110+239=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #C06EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06EEF is #3F9110. Grayscale: #949494. Windows color (decimal): -4165905 or 15691456. OLE color: 15691456.
HSL color Cylindrical-coordinate representation of color #C06EEF: hue angle of 278.14º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C06EEF is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 110 | 239 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.06 |
| HSL | 278.14º | 0.8% | 0.68% | - |
| HSV(B) | 278.14º | 0.54% | 0.94% | - |
| XYZ | 42.89 | 28.59 | 84.92 | - |
| YUV | 149.22 | 178.67 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 239 | 0.20 | 0.54 | 0 | 0.06 | 278.14 | 0.8 | 0.68 |
| Hex | C0 | 6E | EF | 14 | 36 | 0 | 6 | 116 | 50 | 44 |
| Octal | 300 | 156 | 357 | 24 | 66 | 0 | 6 | 426 | 120 | 104 |
| Binary | 11000000 | 1101110 | 11101111 | 10100 | 110110 | 0 | 110 | 100010110 | 1010000 | 1000100 |
Color Harmonies of #C06EEF
Complementary color
Monochromatic Colors of #C06EEF
Black with #C06EEF
Text Example
Text Example
White with #C06EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EEF; }
p { color: rgb(192,110,239); }
H1.HeaderClassName
{
color: #C06EEF;
}
.AnyTagClassName
{
color: #C06EEF;
}
</style>
background-color css
<style>
a { background-color: #C06EEF; }
a { background-color: rgb(192,110,239); }
div.DivClassName
{
background-color: #C06EEF;
}
.BgClassName
{
background-color: #C06EEF;
}
</style>
border-color css
<style>
span { border-color: #C06EEF; }
span { border-color: rgb(192,110,239); }
td.TdClassName
{
border-color: #C06EEF;
}
.TagClassName
{
border-color: #C06EEF;
}
</style>