Shades of Heliotrope #C06EF1
Tints of Heliotrope #C06EF1
RGB
CMYK
RGB Variations
Color information
#C06EF1 (or 0xC06EF1) is known color: Heliotrope. HEX triplet: C0, 6E and F1. RGB value is (192,110,241). Sum of RGB (Red+Green+Blue) = 192+110+241=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #C06EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06EF1 is #3F910E. Grayscale: #959595. Windows color (decimal): -4165903 or 15822528. OLE color: 15822528.
HSL color Cylindrical-coordinate representation of color #C06EF1: hue angle of 277.56º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C06EF1 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 110 | 241 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.05 |
| HSL | 277.56º | 0.82% | 0.69% | - |
| HSV(B) | 277.56º | 0.54% | 0.95% | - |
| XYZ | 43.19 | 28.71 | 86.48 | - |
| YUV | 149.45 | 179.67 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 241 | 0.20 | 0.54 | 0 | 0.05 | 277.56 | 0.82 | 0.69 |
| Hex | C0 | 6E | F1 | 14 | 36 | 0 | 5 | 116 | 52 | 45 |
| Octal | 300 | 156 | 361 | 24 | 66 | 0 | 5 | 426 | 122 | 105 |
| Binary | 11000000 | 1101110 | 11110001 | 10100 | 110110 | 0 | 101 | 100010110 | 1010010 | 1000101 |
Color Harmonies of #C06EF1
Complementary color
Monochromatic Colors of #C06EF1
Black with #C06EF1
Text Example
Text Example
White with #C06EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EF1; }
p { color: rgb(192,110,241); }
H1.HeaderClassName
{
color: #C06EF1;
}
.AnyTagClassName
{
color: #C06EF1;
}
</style>
background-color css
<style>
a { background-color: #C06EF1; }
a { background-color: rgb(192,110,241); }
div.DivClassName
{
background-color: #C06EF1;
}
.BgClassName
{
background-color: #C06EF1;
}
</style>
border-color css
<style>
span { border-color: #C06EF1; }
span { border-color: rgb(192,110,241); }
td.TdClassName
{
border-color: #C06EF1;
}
.TagClassName
{
border-color: #C06EF1;
}
</style>