Shades of Heliotrope #C16DED
Tints of Heliotrope #C16DED
RGB
CMYK
RGB Variations
Color information
#C16DED (or 0xC16DED) is known color: Heliotrope. HEX triplet: C1, 6D and ED. RGB value is (193,109,237). Sum of RGB (Red+Green+Blue) = 193+109+237=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #C16DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16DED is #3E9212. Grayscale: #949494. Windows color (decimal): -4100627 or 15560129. OLE color: 15560129.
HSL color Cylindrical-coordinate representation of color #C16DED: hue angle of 279.38º degrees, saturation: 0.78, 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 #C16DED is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 109 | 237 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.07 |
| HSL | 279.38º | 0.78% | 0.68% | - |
| HSV(B) | 279.38º | 0.54% | 0.93% | - |
| XYZ | 42.75 | 28.39 | 83.35 | - |
| YUV | 148.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 237 | 0.19 | 0.54 | 0 | 0.07 | 279.38 | 0.78 | 0.68 |
| Hex | C1 | 6D | ED | 13 | 36 | 0 | 7 | 117 | 4E | 44 |
| Octal | 301 | 155 | 355 | 23 | 66 | 0 | 7 | 427 | 116 | 104 |
| Binary | 11000001 | 1101101 | 11101101 | 10011 | 110110 | 0 | 111 | 100010111 | 1001110 | 1000100 |
Color Harmonies of #C16DED
Complementary color
Monochromatic Colors of #C16DED
Black with #C16DED
Text Example
Text Example
White with #C16DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DED; }
p { color: rgb(193,109,237); }
H1.HeaderClassName
{
color: #C16DED;
}
.AnyTagClassName
{
color: #C16DED;
}
</style>
background-color css
<style>
a { background-color: #C16DED; }
a { background-color: rgb(193,109,237); }
div.DivClassName
{
background-color: #C16DED;
}
.BgClassName
{
background-color: #C16DED;
}
</style>
border-color css
<style>
span { border-color: #C16DED; }
span { border-color: rgb(193,109,237); }
td.TdClassName
{
border-color: #C16DED;
}
.TagClassName
{
border-color: #C16DED;
}
</style>