Shades of Heliotrope #C16FEB
Tints of Heliotrope #C16FEB
RGB
CMYK
RGB Variations
Color information
#C16FEB (or 0xC16FEB) is known color: Heliotrope. HEX triplet: C1, 6F and EB. RGB value is (193,111,235). Sum of RGB (Red+Green+Blue) = 193+111+235=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #C16FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16FEB is #3E9014. Grayscale: #959595. Windows color (decimal): -4100117 or 15429569. OLE color: 15429569.
HSL color Cylindrical-coordinate representation of color #C16FEB: hue angle of 279.68º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C16FEB is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 111 | 235 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.08 |
| HSL | 279.68º | 0.76% | 0.68% | - |
| HSV(B) | 279.68º | 0.53% | 0.92% | - |
| XYZ | 42.67 | 28.7 | 81.89 | - |
| YUV | 149.65 | 176.17 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 235 | 0.18 | 0.53 | 0 | 0.08 | 279.68 | 0.76 | 0.68 |
| Hex | C1 | 6F | EB | 12 | 35 | 0 | 8 | 118 | 4C | 44 |
| Octal | 301 | 157 | 353 | 22 | 65 | 0 | 10 | 430 | 114 | 104 |
| Binary | 11000001 | 1101111 | 11101011 | 10010 | 110101 | 0 | 1000 | 100011000 | 1001100 | 1000100 |
Color Harmonies of #C16FEB
Complementary color
Monochromatic Colors of #C16FEB
Black with #C16FEB
Text Example
Text Example
White with #C16FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FEB; }
p { color: rgb(193,111,235); }
H1.HeaderClassName
{
color: #C16FEB;
}
.AnyTagClassName
{
color: #C16FEB;
}
</style>
background-color css
<style>
a { background-color: #C16FEB; }
a { background-color: rgb(193,111,235); }
div.DivClassName
{
background-color: #C16FEB;
}
.BgClassName
{
background-color: #C16FEB;
}
</style>
border-color css
<style>
span { border-color: #C16FEB; }
span { border-color: rgb(193,111,235); }
td.TdClassName
{
border-color: #C16FEB;
}
.TagClassName
{
border-color: #C16FEB;
}
</style>