Shades of Heliotrope #C16DFA
Tints of Heliotrope #C16DFA
RGB
CMYK
RGB Variations
Color information
#C16DFA (or 0xC16DFA) is known color: Heliotrope. HEX triplet: C1, 6D and FA. RGB value is (193,109,250). Sum of RGB (Red+Green+Blue) = 193+109+250=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #C16DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16DFA is #3E9205. Grayscale: #959595. Windows color (decimal): -4100614 or 16412097. OLE color: 16412097.
HSL color Cylindrical-coordinate representation of color #C16DFA: hue angle of 275.74º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C16DFA is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 109 | 250 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.02 |
| HSL | 275.74º | 0.93% | 0.7% | - |
| HSV(B) | 275.74º | 0.56% | 0.98% | - |
| XYZ | 44.72 | 29.18 | 93.72 | - |
| YUV | 150.19 | 184.33 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 250 | 0.23 | 0.56 | 0 | 0.02 | 275.74 | 0.93 | 0.7 |
| Hex | C1 | 6D | FA | 17 | 38 | 0 | 2 | 114 | 5D | 46 |
| Octal | 301 | 155 | 372 | 27 | 70 | 0 | 2 | 424 | 135 | 106 |
| Binary | 11000001 | 1101101 | 11111010 | 10111 | 111000 | 0 | 10 | 100010100 | 1011101 | 1000110 |
Color Harmonies of #C16DFA
Complementary color
Monochromatic Colors of #C16DFA
Black with #C16DFA
Text Example
Text Example
White with #C16DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DFA; }
p { color: rgb(193,109,250); }
H1.HeaderClassName
{
color: #C16DFA;
}
.AnyTagClassName
{
color: #C16DFA;
}
</style>
background-color css
<style>
a { background-color: #C16DFA; }
a { background-color: rgb(193,109,250); }
div.DivClassName
{
background-color: #C16DFA;
}
.BgClassName
{
background-color: #C16DFA;
}
</style>
border-color css
<style>
span { border-color: #C16DFA; }
span { border-color: rgb(193,109,250); }
td.TdClassName
{
border-color: #C16DFA;
}
.TagClassName
{
border-color: #C16DFA;
}
</style>