Shades of Heliotrope #C16EFA
Tints of Heliotrope #C16EFA
RGB
CMYK
RGB Variations
Color information
#C16EFA (or 0xC16EFA) is known color: Heliotrope. HEX triplet: C1, 6E and FA. RGB value is (193,110,250). Sum of RGB (Red+Green+Blue) = 193+110+250=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #C16EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16EFA is #3E9105. Grayscale: #969696. Windows color (decimal): -4100358 or 16412353. OLE color: 16412353.
HSL color Cylindrical-coordinate representation of color #C16EFA: hue angle of 275.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C16EFA is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 110 | 250 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.02 |
| HSL | 275.57º | 0.93% | 0.71% | - |
| HSV(B) | 275.57º | 0.56% | 0.98% | - |
| XYZ | 44.82 | 29.39 | 93.75 | - |
| YUV | 150.78 | 184 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 250 | 0.23 | 0.56 | 0 | 0.02 | 275.57 | 0.93 | 0.71 |
| Hex | C1 | 6E | FA | 17 | 38 | 0 | 2 | 114 | 5D | 47 |
| Octal | 301 | 156 | 372 | 27 | 70 | 0 | 2 | 424 | 135 | 107 |
| Binary | 11000001 | 1101110 | 11111010 | 10111 | 111000 | 0 | 10 | 100010100 | 1011101 | 1000111 |
Color Harmonies of #C16EFA
Complementary color
Monochromatic Colors of #C16EFA
Black with #C16EFA
Text Example
Text Example
White with #C16EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EFA; }
p { color: rgb(193,110,250); }
H1.HeaderClassName
{
color: #C16EFA;
}
.AnyTagClassName
{
color: #C16EFA;
}
</style>
background-color css
<style>
a { background-color: #C16EFA; }
a { background-color: rgb(193,110,250); }
div.DivClassName
{
background-color: #C16EFA;
}
.BgClassName
{
background-color: #C16EFA;
}
</style>
border-color css
<style>
span { border-color: #C16EFA; }
span { border-color: rgb(193,110,250); }
td.TdClassName
{
border-color: #C16EFA;
}
.TagClassName
{
border-color: #C16EFA;
}
</style>