Shades of Heliotrope #C160FA
Tints of Heliotrope #C160FA
RGB
CMYK
RGB Variations
Color information
#C160FA (or 0xC160FA) is known color: Heliotrope. HEX triplet: C1, 60 and FA. RGB value is (193,96,250). Sum of RGB (Red+Green+Blue) = 193+96+250=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 96 (37.89% from 255 or 17.81% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #C160FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C160FA is #3E9F05. Grayscale: #8E8E8E. Windows color (decimal): -4103942 or 16408769. OLE color: 16408769.
HSL color Cylindrical-coordinate representation of color #C160FA: hue angle of 277.79º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C160FA is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 96 | 250 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.02 |
| HSL | 277.79º | 0.94% | 0.68% | - |
| HSV(B) | 277.79º | 0.62% | 0.98% | - |
| XYZ | 43.43 | 26.61 | 93.29 | - |
| YUV | 142.56 | 188.64 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 250 | 0.23 | 0.62 | 0 | 0.02 | 277.79 | 0.94 | 0.68 |
| Hex | C1 | 60 | FA | 17 | 3E | 0 | 2 | 116 | 5E | 44 |
| Octal | 301 | 140 | 372 | 27 | 76 | 0 | 2 | 426 | 136 | 104 |
| Binary | 11000001 | 1100000 | 11111010 | 10111 | 111110 | 0 | 10 | 100010110 | 1011110 | 1000100 |
Color Harmonies of #C160FA
Complementary color
Monochromatic Colors of #C160FA
Black with #C160FA
Text Example
Text Example
White with #C160FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160FA; }
p { color: rgb(193,96,250); }
H1.HeaderClassName
{
color: #C160FA;
}
.AnyTagClassName
{
color: #C160FA;
}
</style>
background-color css
<style>
a { background-color: #C160FA; }
a { background-color: rgb(193,96,250); }
div.DivClassName
{
background-color: #C160FA;
}
.BgClassName
{
background-color: #C160FA;
}
</style>
border-color css
<style>
span { border-color: #C160FA; }
span { border-color: rgb(193,96,250); }
td.TdClassName
{
border-color: #C160FA;
}
.TagClassName
{
border-color: #C160FA;
}
</style>