Shades of Heliotrope #C06FEF
Tints of Heliotrope #C06FEF
RGB
CMYK
RGB Variations
Color information
#C06FEF (or 0xC06FEF) is known color: Heliotrope. HEX triplet: C0, 6F and EF. RGB value is (192,111,239). Sum of RGB (Red+Green+Blue) = 192+111+239=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #C06FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06FEF is #3F9010. Grayscale: #959595. Windows color (decimal): -4165649 or 15691712. OLE color: 15691712.
HSL color Cylindrical-coordinate representation of color #C06FEF: hue angle of 277.97º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C06FEF is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 111 | 239 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.06 |
| HSL | 277.97º | 0.8% | 0.69% | - |
| HSV(B) | 277.97º | 0.54% | 0.94% | - |
| XYZ | 43 | 28.81 | 84.96 | - |
| YUV | 149.81 | 178.34 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 239 | 0.20 | 0.54 | 0 | 0.06 | 277.97 | 0.8 | 0.69 |
| Hex | C0 | 6F | EF | 14 | 36 | 0 | 6 | 116 | 50 | 45 |
| Octal | 300 | 157 | 357 | 24 | 66 | 0 | 6 | 426 | 120 | 105 |
| Binary | 11000000 | 1101111 | 11101111 | 10100 | 110110 | 0 | 110 | 100010110 | 1010000 | 1000101 |
Color Harmonies of #C06FEF
Complementary color
Monochromatic Colors of #C06FEF
Black with #C06FEF
Text Example
Text Example
White with #C06FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FEF; }
p { color: rgb(192,111,239); }
H1.HeaderClassName
{
color: #C06FEF;
}
.AnyTagClassName
{
color: #C06FEF;
}
</style>
background-color css
<style>
a { background-color: #C06FEF; }
a { background-color: rgb(192,111,239); }
div.DivClassName
{
background-color: #C06FEF;
}
.BgClassName
{
background-color: #C06FEF;
}
</style>
border-color css
<style>
span { border-color: #C06FEF; }
span { border-color: rgb(192,111,239); }
td.TdClassName
{
border-color: #C06FEF;
}
.TagClassName
{
border-color: #C06FEF;
}
</style>