Shades of Heliotrope #C178F5
Tints of Heliotrope #C178F5
RGB
CMYK
RGB Variations
Color information
#C178F5 (or 0xC178F5) is known color: Heliotrope. HEX triplet: C1, 78 and F5. RGB value is (193,120,245). Sum of RGB (Red+Green+Blue) = 193+120+245=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #C178F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C178F5 is #3E870A. Grayscale: #9B9B9B. Windows color (decimal): -4097803 or 16087233. OLE color: 16087233.
HSL color Cylindrical-coordinate representation of color #C178F5: hue angle of 275.04º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C178F5 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 120 | 245 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.04 |
| HSL | 275.04º | 0.86% | 0.72% | - |
| HSV(B) | 275.04º | 0.51% | 0.96% | - |
| XYZ | 45.19 | 31.36 | 90.06 | - |
| YUV | 156.08 | 178.18 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 245 | 0.21 | 0.51 | 0 | 0.04 | 275.04 | 0.86 | 0.72 |
| Hex | C1 | 78 | F5 | 15 | 33 | 0 | 4 | 113 | 56 | 48 |
| Octal | 301 | 170 | 365 | 25 | 63 | 0 | 4 | 423 | 126 | 110 |
| Binary | 11000001 | 1111000 | 11110101 | 10101 | 110011 | 0 | 100 | 100010011 | 1010110 | 1001000 |
Color Harmonies of #C178F5
Complementary color
Monochromatic Colors of #C178F5
Black with #C178F5
Text Example
Text Example
White with #C178F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178F5; }
p { color: rgb(193,120,245); }
H1.HeaderClassName
{
color: #C178F5;
}
.AnyTagClassName
{
color: #C178F5;
}
</style>
background-color css
<style>
a { background-color: #C178F5; }
a { background-color: rgb(193,120,245); }
div.DivClassName
{
background-color: #C178F5;
}
.BgClassName
{
background-color: #C178F5;
}
</style>
border-color css
<style>
span { border-color: #C178F5; }
span { border-color: rgb(193,120,245); }
td.TdClassName
{
border-color: #C178F5;
}
.TagClassName
{
border-color: #C178F5;
}
</style>