Shades of Heliotrope #C16FEC
Tints of Heliotrope #C16FEC
RGB
CMYK
RGB Variations
Color information
#C16FEC (or 0xC16FEC) is known color: Heliotrope. HEX triplet: C1, 6F and EC. RGB value is (193,111,236). Sum of RGB (Red+Green+Blue) = 193+111+236=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #C16FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16FEC is #3E9013. Grayscale: #959595. Windows color (decimal): -4100116 or 15495105. OLE color: 15495105.
HSL color Cylindrical-coordinate representation of color #C16FEC: hue angle of 279.36º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C16FEC is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 111 | 236 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.07 |
| HSL | 279.36º | 0.77% | 0.68% | - |
| HSV(B) | 279.36º | 0.53% | 0.93% | - |
| XYZ | 42.82 | 28.76 | 82.65 | - |
| YUV | 149.77 | 176.67 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 236 | 0.18 | 0.53 | 0 | 0.07 | 279.36 | 0.77 | 0.68 |
| Hex | C1 | 6F | EC | 12 | 35 | 0 | 7 | 117 | 4D | 44 |
| Octal | 301 | 157 | 354 | 22 | 65 | 0 | 7 | 427 | 115 | 104 |
| Binary | 11000001 | 1101111 | 11101100 | 10010 | 110101 | 0 | 111 | 100010111 | 1001101 | 1000100 |
Color Harmonies of #C16FEC
Complementary color
Monochromatic Colors of #C16FEC
Black with #C16FEC
Text Example
Text Example
White with #C16FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FEC; }
p { color: rgb(193,111,236); }
H1.HeaderClassName
{
color: #C16FEC;
}
.AnyTagClassName
{
color: #C16FEC;
}
</style>
background-color css
<style>
a { background-color: #C16FEC; }
a { background-color: rgb(193,111,236); }
div.DivClassName
{
background-color: #C16FEC;
}
.BgClassName
{
background-color: #C16FEC;
}
</style>
border-color css
<style>
span { border-color: #C16FEC; }
span { border-color: rgb(193,111,236); }
td.TdClassName
{
border-color: #C16FEC;
}
.TagClassName
{
border-color: #C16FEC;
}
</style>