Shades of Heliotrope #C06EF3
Tints of Heliotrope #C06EF3
RGB
CMYK
RGB Variations
Color information
#C06EF3 (or 0xC06EF3) is known color: Heliotrope. HEX triplet: C0, 6E and F3. RGB value is (192,110,243). Sum of RGB (Red+Green+Blue) = 192+110+243=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #C06EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06EF3 is #3F910C. Grayscale: #959595. Windows color (decimal): -4165901 or 15953600. OLE color: 15953600.
HSL color Cylindrical-coordinate representation of color #C06EF3: hue angle of 276.99º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06EF3 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 110 | 243 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.05 |
| HSL | 276.99º | 0.85% | 0.69% | - |
| HSV(B) | 276.99º | 0.55% | 0.95% | - |
| XYZ | 43.49 | 28.83 | 88.07 | - |
| YUV | 149.68 | 180.67 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 243 | 0.21 | 0.55 | 0 | 0.05 | 276.99 | 0.85 | 0.69 |
| Hex | C0 | 6E | F3 | 15 | 37 | 0 | 5 | 115 | 55 | 45 |
| Octal | 300 | 156 | 363 | 25 | 67 | 0 | 5 | 425 | 125 | 105 |
| Binary | 11000000 | 1101110 | 11110011 | 10101 | 110111 | 0 | 101 | 100010101 | 1010101 | 1000101 |
Color Harmonies of #C06EF3
Complementary color
Monochromatic Colors of #C06EF3
Black with #C06EF3
Text Example
Text Example
White with #C06EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EF3; }
p { color: rgb(192,110,243); }
H1.HeaderClassName
{
color: #C06EF3;
}
.AnyTagClassName
{
color: #C06EF3;
}
</style>
background-color css
<style>
a { background-color: #C06EF3; }
a { background-color: rgb(192,110,243); }
div.DivClassName
{
background-color: #C06EF3;
}
.BgClassName
{
background-color: #C06EF3;
}
</style>
border-color css
<style>
span { border-color: #C06EF3; }
span { border-color: rgb(192,110,243); }
td.TdClassName
{
border-color: #C06EF3;
}
.TagClassName
{
border-color: #C06EF3;
}
</style>