Shades of Heliotrope #C16EFB
Tints of Heliotrope #C16EFB
RGB
CMYK
RGB Variations
Color information
#C16EFB (or 0xC16EFB) is known color: Heliotrope. HEX triplet: C1, 6E and FB. RGB value is (193,110,251). Sum of RGB (Red+Green+Blue) = 193+110+251=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #C16EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16EFB is #3E9104. Grayscale: #969696. Windows color (decimal): -4100357 or 16477889. OLE color: 16477889.
HSL color Cylindrical-coordinate representation of color #C16EFB: hue angle of 275.32º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C16EFB is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 110 | 251 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.02 |
| HSL | 275.32º | 0.95% | 0.71% | - |
| HSV(B) | 275.32º | 0.56% | 0.98% | - |
| XYZ | 44.98 | 29.45 | 94.58 | - |
| YUV | 150.89 | 184.5 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 251 | 0.23 | 0.56 | 0 | 0.02 | 275.32 | 0.95 | 0.71 |
| Hex | C1 | 6E | FB | 17 | 38 | 0 | 2 | 113 | 5F | 47 |
| Octal | 301 | 156 | 373 | 27 | 70 | 0 | 2 | 423 | 137 | 107 |
| Binary | 11000001 | 1101110 | 11111011 | 10111 | 111000 | 0 | 10 | 100010011 | 1011111 | 1000111 |
Color Harmonies of #C16EFB
Complementary color
Monochromatic Colors of #C16EFB
Black with #C16EFB
Text Example
Text Example
White with #C16EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EFB; }
p { color: rgb(193,110,251); }
H1.HeaderClassName
{
color: #C16EFB;
}
.AnyTagClassName
{
color: #C16EFB;
}
</style>
background-color css
<style>
a { background-color: #C16EFB; }
a { background-color: rgb(193,110,251); }
div.DivClassName
{
background-color: #C16EFB;
}
.BgClassName
{
background-color: #C16EFB;
}
</style>
border-color css
<style>
span { border-color: #C16EFB; }
span { border-color: rgb(193,110,251); }
td.TdClassName
{
border-color: #C16EFB;
}
.TagClassName
{
border-color: #C16EFB;
}
</style>