Shades of Heliotrope #C16DEC
Tints of Heliotrope #C16DEC
RGB
CMYK
RGB Variations
Color information
#C16DEC (or 0xC16DEC) is known color: Heliotrope. HEX triplet: C1, 6D and EC. RGB value is (193,109,236). Sum of RGB (Red+Green+Blue) = 193+109+236=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #C16DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16DEC is #3E9213. Grayscale: #949494. Windows color (decimal): -4100628 or 15494593. OLE color: 15494593.
HSL color Cylindrical-coordinate representation of color #C16DEC: hue angle of 279.69º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C16DEC is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 109 | 236 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.07 |
| HSL | 279.69º | 0.77% | 0.68% | - |
| HSV(B) | 279.69º | 0.54% | 0.93% | - |
| XYZ | 42.6 | 28.33 | 82.58 | - |
| YUV | 148.59 | 177.33 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 236 | 0.18 | 0.54 | 0 | 0.07 | 279.69 | 0.77 | 0.68 |
| Hex | C1 | 6D | EC | 12 | 36 | 0 | 7 | 118 | 4D | 44 |
| Octal | 301 | 155 | 354 | 22 | 66 | 0 | 7 | 430 | 115 | 104 |
| Binary | 11000001 | 1101101 | 11101100 | 10010 | 110110 | 0 | 111 | 100011000 | 1001101 | 1000100 |
Color Harmonies of #C16DEC
Complementary color
Monochromatic Colors of #C16DEC
Black with #C16DEC
Text Example
Text Example
White with #C16DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DEC; }
p { color: rgb(193,109,236); }
H1.HeaderClassName
{
color: #C16DEC;
}
.AnyTagClassName
{
color: #C16DEC;
}
</style>
background-color css
<style>
a { background-color: #C16DEC; }
a { background-color: rgb(193,109,236); }
div.DivClassName
{
background-color: #C16DEC;
}
.BgClassName
{
background-color: #C16DEC;
}
</style>
border-color css
<style>
span { border-color: #C16DEC; }
span { border-color: rgb(193,109,236); }
td.TdClassName
{
border-color: #C16DEC;
}
.TagClassName
{
border-color: #C16DEC;
}
</style>