Shades of Heliotrope #C164FA
Tints of Heliotrope #C164FA
RGB
CMYK
RGB Variations
Color information
#C164FA (or 0xC164FA) is known color: Heliotrope. HEX triplet: C1, 64 and FA. RGB value is (193,100,250). Sum of RGB (Red+Green+Blue) = 193+100+250=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #C164FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C164FA is #3E9B05. Grayscale: #909090. Windows color (decimal): -4102918 or 16409793. OLE color: 16409793.
HSL color Cylindrical-coordinate representation of color #C164FA: hue angle of 277.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C164FA is Cyan = 0.23, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 100 | 250 | - |
| CMYK | 0.23 | 0.6 | 0 | 0.02 |
| HSL | 277.2º | 0.94% | 0.69% | - |
| HSV(B) | 277.2º | 0.6% | 0.98% | - |
| XYZ | 43.8 | 27.35 | 93.41 | - |
| YUV | 144.91 | 187.31 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 250 | 0.23 | 0.6 | 0 | 0.02 | 277.2 | 0.94 | 0.69 |
| Hex | C1 | 64 | FA | 17 | 3C | 0 | 2 | 115 | 5E | 45 |
| Octal | 301 | 144 | 372 | 27 | 74 | 0 | 2 | 425 | 136 | 105 |
| Binary | 11000001 | 1100100 | 11111010 | 10111 | 111100 | 0 | 10 | 100010101 | 1011110 | 1000101 |
Color Harmonies of #C164FA
Complementary color
Monochromatic Colors of #C164FA
Black with #C164FA
Text Example
Text Example
White with #C164FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C164FA; }
p { color: rgb(193,100,250); }
H1.HeaderClassName
{
color: #C164FA;
}
.AnyTagClassName
{
color: #C164FA;
}
</style>
background-color css
<style>
a { background-color: #C164FA; }
a { background-color: rgb(193,100,250); }
div.DivClassName
{
background-color: #C164FA;
}
.BgClassName
{
background-color: #C164FA;
}
</style>
border-color css
<style>
span { border-color: #C164FA; }
span { border-color: rgb(193,100,250); }
td.TdClassName
{
border-color: #C164FA;
}
.TagClassName
{
border-color: #C164FA;
}
</style>