Shades of Heliotrope #C16EEC
Tints of Heliotrope #C16EEC
RGB
CMYK
RGB Variations
Color information
#C16EEC (or 0xC16EEC) is known color: Heliotrope. HEX triplet: C1, 6E and EC. RGB value is (193,110,236). Sum of RGB (Red+Green+Blue) = 193+110+236=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 110 (43.36% from 255 or 20.41% 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 #C16EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16EEC is #3E9113. Grayscale: #949494. Windows color (decimal): -4100372 or 15494849. OLE color: 15494849.
HSL color Cylindrical-coordinate representation of color #C16EEC: hue angle of 279.52º 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 #C16EEC is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 110 | 236 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.07 |
| HSL | 279.52º | 0.77% | 0.68% | - |
| HSV(B) | 279.52º | 0.53% | 0.93% | - |
| XYZ | 42.71 | 28.55 | 82.62 | - |
| YUV | 149.18 | 177 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 236 | 0.18 | 0.53 | 0 | 0.07 | 279.52 | 0.77 | 0.68 |
| Hex | C1 | 6E | EC | 12 | 35 | 0 | 7 | 118 | 4D | 44 |
| Octal | 301 | 156 | 354 | 22 | 65 | 0 | 7 | 430 | 115 | 104 |
| Binary | 11000001 | 1101110 | 11101100 | 10010 | 110101 | 0 | 111 | 100011000 | 1001101 | 1000100 |
Color Harmonies of #C16EEC
Complementary color
Monochromatic Colors of #C16EEC
Black with #C16EEC
Text Example
Text Example
White with #C16EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EEC; }
p { color: rgb(193,110,236); }
H1.HeaderClassName
{
color: #C16EEC;
}
.AnyTagClassName
{
color: #C16EEC;
}
</style>
background-color css
<style>
a { background-color: #C16EEC; }
a { background-color: rgb(193,110,236); }
div.DivClassName
{
background-color: #C16EEC;
}
.BgClassName
{
background-color: #C16EEC;
}
</style>
border-color css
<style>
span { border-color: #C16EEC; }
span { border-color: rgb(193,110,236); }
td.TdClassName
{
border-color: #C16EEC;
}
.TagClassName
{
border-color: #C16EEC;
}
</style>