Shades of Heliotrope #C16FFA
Tints of Heliotrope #C16FFA
RGB
CMYK
RGB Variations
Color information
#C16FFA (or 0xC16FFA) is known color: Heliotrope. HEX triplet: C1, 6F and FA. RGB value is (193,111,250). Sum of RGB (Red+Green+Blue) = 193+111+250=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #C16FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16FFA is #3E9005. Grayscale: #969696. Windows color (decimal): -4100102 or 16412609. OLE color: 16412609.
HSL color Cylindrical-coordinate representation of color #C16FFA: hue angle of 275.4º 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 #C16FFA is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 111 | 250 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.02 |
| HSL | 275.4º | 0.93% | 0.71% | - |
| HSV(B) | 275.4º | 0.56% | 0.98% | - |
| XYZ | 44.93 | 29.61 | 93.79 | - |
| YUV | 151.36 | 183.67 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 250 | 0.23 | 0.56 | 0 | 0.02 | 275.4 | 0.93 | 0.71 |
| Hex | C1 | 6F | FA | 17 | 38 | 0 | 2 | 113 | 5D | 47 |
| Octal | 301 | 157 | 372 | 27 | 70 | 0 | 2 | 423 | 135 | 107 |
| Binary | 11000001 | 1101111 | 11111010 | 10111 | 111000 | 0 | 10 | 100010011 | 1011101 | 1000111 |
Color Harmonies of #C16FFA
Complementary color
Monochromatic Colors of #C16FFA
Black with #C16FFA
Text Example
Text Example
White with #C16FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FFA; }
p { color: rgb(193,111,250); }
H1.HeaderClassName
{
color: #C16FFA;
}
.AnyTagClassName
{
color: #C16FFA;
}
</style>
background-color css
<style>
a { background-color: #C16FFA; }
a { background-color: rgb(193,111,250); }
div.DivClassName
{
background-color: #C16FFA;
}
.BgClassName
{
background-color: #C16FFA;
}
</style>
border-color css
<style>
span { border-color: #C16FFA; }
span { border-color: rgb(193,111,250); }
td.TdClassName
{
border-color: #C16FFA;
}
.TagClassName
{
border-color: #C16FFA;
}
</style>