Shades of Heliotrope #C06FEC
Tints of Heliotrope #C06FEC
RGB
CMYK
RGB Variations
Color information
#C06FEC (or 0xC06FEC) is known color: Heliotrope. HEX triplet: C0, 6F and EC. RGB value is (192,111,236). Sum of RGB (Red+Green+Blue) = 192+111+236=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #C06FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06FEC is #3F9013. Grayscale: #959595. Windows color (decimal): -4165652 or 15495104. OLE color: 15495104.
HSL color Cylindrical-coordinate representation of color #C06FEC: hue angle of 278.88º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C06FEC is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 111 | 236 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.07 |
| HSL | 278.88º | 0.77% | 0.68% | - |
| HSV(B) | 278.88º | 0.53% | 0.93% | - |
| XYZ | 42.56 | 28.63 | 82.64 | - |
| YUV | 149.47 | 176.84 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 236 | 0.19 | 0.53 | 0 | 0.07 | 278.88 | 0.77 | 0.68 |
| Hex | C0 | 6F | EC | 13 | 35 | 0 | 7 | 117 | 4D | 44 |
| Octal | 300 | 157 | 354 | 23 | 65 | 0 | 7 | 427 | 115 | 104 |
| Binary | 11000000 | 1101111 | 11101100 | 10011 | 110101 | 0 | 111 | 100010111 | 1001101 | 1000100 |
Color Harmonies of #C06FEC
Complementary color
Monochromatic Colors of #C06FEC
Black with #C06FEC
Text Example
Text Example
White with #C06FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FEC; }
p { color: rgb(192,111,236); }
H1.HeaderClassName
{
color: #C06FEC;
}
.AnyTagClassName
{
color: #C06FEC;
}
</style>
background-color css
<style>
a { background-color: #C06FEC; }
a { background-color: rgb(192,111,236); }
div.DivClassName
{
background-color: #C06FEC;
}
.BgClassName
{
background-color: #C06FEC;
}
</style>
border-color css
<style>
span { border-color: #C06FEC; }
span { border-color: rgb(192,111,236); }
td.TdClassName
{
border-color: #C06FEC;
}
.TagClassName
{
border-color: #C06FEC;
}
</style>