Shades of Heliotrope #C16EFC
Tints of Heliotrope #C16EFC
RGB
CMYK
RGB Variations
Color information
#C16EFC (or 0xC16EFC) is known color: Heliotrope. HEX triplet: C1, 6E and FC. RGB value is (193,110,252). Sum of RGB (Red+Green+Blue) = 193+110+252=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #C16EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16EFC is #3E9103. Grayscale: #969696. Windows color (decimal): -4100356 or 16543425. OLE color: 16543425.
HSL color Cylindrical-coordinate representation of color #C16EFC: hue angle of 275.07º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C16EFC is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 110 | 252 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.01 |
| HSL | 275.07º | 0.96% | 0.71% | - |
| HSV(B) | 275.07º | 0.56% | 0.99% | - |
| XYZ | 45.14 | 29.52 | 95.41 | - |
| YUV | 151.01 | 185 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 252 | 0.23 | 0.56 | 0 | 0.01 | 275.07 | 0.96 | 0.71 |
| Hex | C1 | 6E | FC | 17 | 38 | 0 | 1 | 113 | 60 | 47 |
| Octal | 301 | 156 | 374 | 27 | 70 | 0 | 1 | 423 | 140 | 107 |
| Binary | 11000001 | 1101110 | 11111100 | 10111 | 111000 | 0 | 1 | 100010011 | 1100000 | 1000111 |
Color Harmonies of #C16EFC
Complementary color
Monochromatic Colors of #C16EFC
Black with #C16EFC
Text Example
Text Example
White with #C16EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EFC; }
p { color: rgb(193,110,252); }
H1.HeaderClassName
{
color: #C16EFC;
}
.AnyTagClassName
{
color: #C16EFC;
}
</style>
background-color css
<style>
a { background-color: #C16EFC; }
a { background-color: rgb(193,110,252); }
div.DivClassName
{
background-color: #C16EFC;
}
.BgClassName
{
background-color: #C16EFC;
}
</style>
border-color css
<style>
span { border-color: #C16EFC; }
span { border-color: rgb(193,110,252); }
td.TdClassName
{
border-color: #C16EFC;
}
.TagClassName
{
border-color: #C16EFC;
}
</style>