Shades of Heliotrope #C159FC
Tints of Heliotrope #C159FC
RGB
CMYK
RGB Variations
Color information
#C159FC (or 0xC159FC) is known color: Heliotrope. HEX triplet: C1, 59 and FC. RGB value is (193,89,252). Sum of RGB (Red+Green+Blue) = 193+89+252=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #C159FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C159FC is #3EA603. Grayscale: #8A8A8A. Windows color (decimal): -4105732 or 16538049. OLE color: 16538049.
HSL color Cylindrical-coordinate representation of color #C159FC: hue angle of 278.28º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C159FC is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 89 | 252 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.01 |
| HSL | 278.28º | 0.96% | 0.67% | - |
| HSV(B) | 278.28º | 0.65% | 0.99% | - |
| XYZ | 43.14 | 25.51 | 94.75 | - |
| YUV | 138.68 | 191.96 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 252 | 0.23 | 0.65 | 0 | 0.01 | 278.28 | 0.96 | 0.67 |
| Hex | C1 | 59 | FC | 17 | 41 | 0 | 1 | 116 | 60 | 43 |
| Octal | 301 | 131 | 374 | 27 | 101 | 0 | 1 | 426 | 140 | 103 |
| Binary | 11000001 | 1011001 | 11111100 | 10111 | 1000001 | 0 | 1 | 100010110 | 1100000 | 1000011 |
Color Harmonies of #C159FC
Complementary color
Monochromatic Colors of #C159FC
Black with #C159FC
Text Example
Text Example
White with #C159FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C159FC; }
p { color: rgb(193,89,252); }
H1.HeaderClassName
{
color: #C159FC;
}
.AnyTagClassName
{
color: #C159FC;
}
</style>
background-color css
<style>
a { background-color: #C159FC; }
a { background-color: rgb(193,89,252); }
div.DivClassName
{
background-color: #C159FC;
}
.BgClassName
{
background-color: #C159FC;
}
</style>
border-color css
<style>
span { border-color: #C159FC; }
span { border-color: rgb(193,89,252); }
td.TdClassName
{
border-color: #C159FC;
}
.TagClassName
{
border-color: #C159FC;
}
</style>