Shades of Heliotrope #C16AFE
Tints of Heliotrope #C16AFE
RGB
CMYK
RGB Variations
Color information
#C16AFE (or 0xC16AFE) is known color: Heliotrope. HEX triplet: C1, 6A and FE. RGB value is (193,106,254). Sum of RGB (Red+Green+Blue) = 193+106+254=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #C16AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16AFE is #3E9501. Grayscale: #949494. Windows color (decimal): -4101378 or 16673473. OLE color: 16673473.
HSL color Cylindrical-coordinate representation of color #C16AFE: hue angle of 275.27º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C16AFE is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 106 | 254 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.00 |
| HSL | 275.27º | 0.99% | 0.71% | - |
| HSV(B) | 275.27º | 0.58% | 1% | - |
| XYZ | 45.04 | 28.8 | 96.95 | - |
| YUV | 148.89 | 187.32 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 254 | 0.24 | 0.58 | 0 | 0.00 | 275.27 | 0.99 | 0.71 |
| Hex | C1 | 6A | FE | 18 | 3A | 0 | 0 | 113 | 63 | 47 |
| Octal | 301 | 152 | 376 | 30 | 72 | 0 | 0 | 423 | 143 | 107 |
| Binary | 11000001 | 1101010 | 11111110 | 11000 | 111010 | 0 | 0 | 100010011 | 1100011 | 1000111 |
Color Harmonies of #C16AFE
Complementary color
Monochromatic Colors of #C16AFE
Black with #C16AFE
Text Example
Text Example
White with #C16AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16AFE; }
p { color: rgb(193,106,254); }
H1.HeaderClassName
{
color: #C16AFE;
}
.AnyTagClassName
{
color: #C16AFE;
}
</style>
background-color css
<style>
a { background-color: #C16AFE; }
a { background-color: rgb(193,106,254); }
div.DivClassName
{
background-color: #C16AFE;
}
.BgClassName
{
background-color: #C16AFE;
}
</style>
border-color css
<style>
span { border-color: #C16AFE; }
span { border-color: rgb(193,106,254); }
td.TdClassName
{
border-color: #C16AFE;
}
.TagClassName
{
border-color: #C16AFE;
}
</style>