Shades of Heliotrope #C159FA
Tints of Heliotrope #C159FA
RGB
CMYK
RGB Variations
Color information
#C159FA (or 0xC159FA) is known color: Heliotrope. HEX triplet: C1, 59 and FA. RGB value is (193,89,250). Sum of RGB (Red+Green+Blue) = 193+89+250=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #C159FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C159FA is #3EA605. Grayscale: #898989. Windows color (decimal): -4105734 or 16406977. OLE color: 16406977.
HSL color Cylindrical-coordinate representation of color #C159FA: hue angle of 278.76º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C159FA is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 89 | 250 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.02 |
| HSL | 278.76º | 0.94% | 0.66% | - |
| HSV(B) | 278.76º | 0.64% | 0.98% | - |
| XYZ | 42.82 | 25.38 | 93.09 | - |
| YUV | 138.45 | 190.96 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 250 | 0.23 | 0.64 | 0 | 0.02 | 278.76 | 0.94 | 0.66 |
| Hex | C1 | 59 | FA | 17 | 40 | 0 | 2 | 117 | 5E | 42 |
| Octal | 301 | 131 | 372 | 27 | 100 | 0 | 2 | 427 | 136 | 102 |
| Binary | 11000001 | 1011001 | 11111010 | 10111 | 1000000 | 0 | 10 | 100010111 | 1011110 | 1000010 |
Color Harmonies of #C159FA
Complementary color
Monochromatic Colors of #C159FA
Black with #C159FA
Text Example
Text Example
White with #C159FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C159FA; }
p { color: rgb(193,89,250); }
H1.HeaderClassName
{
color: #C159FA;
}
.AnyTagClassName
{
color: #C159FA;
}
</style>
background-color css
<style>
a { background-color: #C159FA; }
a { background-color: rgb(193,89,250); }
div.DivClassName
{
background-color: #C159FA;
}
.BgClassName
{
background-color: #C159FA;
}
</style>
border-color css
<style>
span { border-color: #C159FA; }
span { border-color: rgb(193,89,250); }
td.TdClassName
{
border-color: #C159FA;
}
.TagClassName
{
border-color: #C159FA;
}
</style>