Shades of Heliotrope #C16EFF
Tints of Heliotrope #C16EFF
RGB
CMYK
RGB Variations
Color information
#C16EFF (or 0xC16EFF) is known color: Heliotrope. HEX triplet: C1, 6E and FF. RGB value is (193,110,255). Sum of RGB (Red+Green+Blue) = 193+110+255=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #C16EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16EFF is #3E9100. Grayscale: #969696. Windows color (decimal): -4100353 or 16740033. OLE color: 16740033.
HSL color Cylindrical-coordinate representation of color #C16EFF: hue angle of 274.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C16EFF is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 110 | 255 | - |
| CMYK | 0.24 | 0.57 | 0 | 0 |
| HSL | 274.34º | 1% | 0.72% | - |
| HSV(B) | 274.34º | 0.57% | 1% | - |
| XYZ | 45.62 | 29.71 | 97.94 | - |
| YUV | 151.35 | 186.5 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 255 | 0.24 | 0.57 | 0 | 0 | 274.34 | 1 | 0.72 |
| Hex | C1 | 6E | FF | 18 | 39 | 0 | 0 | 112 | 64 | 48 |
| Octal | 301 | 156 | 377 | 30 | 71 | 0 | 0 | 422 | 144 | 110 |
| Binary | 11000001 | 1101110 | 11111111 | 11000 | 111001 | 0 | 0 | 100010010 | 1100100 | 1001000 |
Color Harmonies of #C16EFF
Complementary color
Monochromatic Colors of #C16EFF
Black with #C16EFF
Text Example
Text Example
White with #C16EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EFF; }
p { color: rgb(193,110,255); }
H1.HeaderClassName
{
color: #C16EFF;
}
.AnyTagClassName
{
color: #C16EFF;
}
</style>
background-color css
<style>
a { background-color: #C16EFF; }
a { background-color: rgb(193,110,255); }
div.DivClassName
{
background-color: #C16EFF;
}
.BgClassName
{
background-color: #C16EFF;
}
</style>
border-color css
<style>
span { border-color: #C16EFF; }
span { border-color: rgb(193,110,255); }
td.TdClassName
{
border-color: #C16EFF;
}
.TagClassName
{
border-color: #C16EFF;
}
</style>