Shades of Heliotrope #C06CEF
Tints of Heliotrope #C06CEF
RGB
CMYK
RGB Variations
Color information
#C06CEF (or 0xC06CEF) is known color: Heliotrope. HEX triplet: C0, 6C and EF. RGB value is (192,108,239). Sum of RGB (Red+Green+Blue) = 192+108+239=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #C06CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06CEF is #3F9310. Grayscale: #939393. Windows color (decimal): -4166417 or 15690944. OLE color: 15690944.
HSL color Cylindrical-coordinate representation of color #C06CEF: hue angle of 278.47º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06CEF is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 108 | 239 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.06 |
| HSL | 278.47º | 0.8% | 0.68% | - |
| HSV(B) | 278.47º | 0.55% | 0.94% | - |
| XYZ | 42.68 | 28.16 | 84.85 | - |
| YUV | 148.05 | 179.33 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 239 | 0.20 | 0.55 | 0 | 0.06 | 278.47 | 0.8 | 0.68 |
| Hex | C0 | 6C | EF | 14 | 37 | 0 | 6 | 116 | 50 | 44 |
| Octal | 300 | 154 | 357 | 24 | 67 | 0 | 6 | 426 | 120 | 104 |
| Binary | 11000000 | 1101100 | 11101111 | 10100 | 110111 | 0 | 110 | 100010110 | 1010000 | 1000100 |
Color Harmonies of #C06CEF
Complementary color
Monochromatic Colors of #C06CEF
Black with #C06CEF
Text Example
Text Example
White with #C06CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CEF; }
p { color: rgb(192,108,239); }
H1.HeaderClassName
{
color: #C06CEF;
}
.AnyTagClassName
{
color: #C06CEF;
}
</style>
background-color css
<style>
a { background-color: #C06CEF; }
a { background-color: rgb(192,108,239); }
div.DivClassName
{
background-color: #C06CEF;
}
.BgClassName
{
background-color: #C06CEF;
}
</style>
border-color css
<style>
span { border-color: #C06CEF; }
span { border-color: rgb(192,108,239); }
td.TdClassName
{
border-color: #C06CEF;
}
.TagClassName
{
border-color: #C06CEF;
}
</style>