Shades of Heliotrope #C16DEE
Tints of Heliotrope #C16DEE
RGB
CMYK
RGB Variations
Color information
#C16DEE (or 0xC16DEE) is known color: Heliotrope. HEX triplet: C1, 6D and EE. RGB value is (193,109,238). Sum of RGB (Red+Green+Blue) = 193+109+238=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #C16DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16DEE is #3E9211. Grayscale: #949494. Windows color (decimal): -4100626 or 15625665. OLE color: 15625665.
HSL color Cylindrical-coordinate representation of color #C16DEE: hue angle of 279.07º degrees, saturation: 0.79, 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 #C16DEE is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 109 | 238 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.07 |
| HSL | 279.07º | 0.79% | 0.68% | - |
| HSV(B) | 279.07º | 0.54% | 0.93% | - |
| XYZ | 42.89 | 28.45 | 84.12 | - |
| YUV | 148.82 | 178.33 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 238 | 0.19 | 0.54 | 0 | 0.07 | 279.07 | 0.79 | 0.68 |
| Hex | C1 | 6D | EE | 13 | 36 | 0 | 7 | 117 | 4F | 44 |
| Octal | 301 | 155 | 356 | 23 | 66 | 0 | 7 | 427 | 117 | 104 |
| Binary | 11000001 | 1101101 | 11101110 | 10011 | 110110 | 0 | 111 | 100010111 | 1001111 | 1000100 |
Color Harmonies of #C16DEE
Complementary color
Monochromatic Colors of #C16DEE
Black with #C16DEE
Text Example
Text Example
White with #C16DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DEE; }
p { color: rgb(193,109,238); }
H1.HeaderClassName
{
color: #C16DEE;
}
.AnyTagClassName
{
color: #C16DEE;
}
</style>
background-color css
<style>
a { background-color: #C16DEE; }
a { background-color: rgb(193,109,238); }
div.DivClassName
{
background-color: #C16DEE;
}
.BgClassName
{
background-color: #C16DEE;
}
</style>
border-color css
<style>
span { border-color: #C16DEE; }
span { border-color: rgb(193,109,238); }
td.TdClassName
{
border-color: #C16DEE;
}
.TagClassName
{
border-color: #C16DEE;
}
</style>