Shades of Heliotrope #C16EF4
Tints of Heliotrope #C16EF4
RGB
CMYK
RGB Variations
Color information
#C16EF4 (or 0xC16EF4) is known color: Heliotrope. HEX triplet: C1, 6E and F4. RGB value is (193,110,244). Sum of RGB (Red+Green+Blue) = 193+110+244=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 244 (95.70% from 255 or 44.61% from 547); Max value from RGB is 244 - color contains mainly: blue. Hex color #C16EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16EF4 is #3E910B. Grayscale: #959595. Windows color (decimal): -4100364 or 16019137. OLE color: 16019137.
HSL color Cylindrical-coordinate representation of color #C16EF4: hue angle of 277.16º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C16EF4 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 110 | 244 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.04 |
| HSL | 277.16º | 0.86% | 0.69% | - |
| HSV(B) | 277.16º | 0.55% | 0.96% | - |
| XYZ | 43.9 | 29.02 | 88.88 | - |
| YUV | 150.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 244 | 0.21 | 0.55 | 0 | 0.04 | 277.16 | 0.86 | 0.69 |
| Hex | C1 | 6E | F4 | 15 | 37 | 0 | 4 | 115 | 56 | 45 |
| Octal | 301 | 156 | 364 | 25 | 67 | 0 | 4 | 425 | 126 | 105 |
| Binary | 11000001 | 1101110 | 11110100 | 10101 | 110111 | 0 | 100 | 100010101 | 1010110 | 1000101 |
Color Harmonies of #C16EF4
Complementary color
Monochromatic Colors of #C16EF4
Black with #C16EF4
Text Example
Text Example
White with #C16EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EF4; }
p { color: rgb(193,110,244); }
H1.HeaderClassName
{
color: #C16EF4;
}
.AnyTagClassName
{
color: #C16EF4;
}
</style>
background-color css
<style>
a { background-color: #C16EF4; }
a { background-color: rgb(193,110,244); }
div.DivClassName
{
background-color: #C16EF4;
}
.BgClassName
{
background-color: #C16EF4;
}
</style>
border-color css
<style>
span { border-color: #C16EF4; }
span { border-color: rgb(193,110,244); }
td.TdClassName
{
border-color: #C16EF4;
}
.TagClassName
{
border-color: #C16EF4;
}
</style>