Shades of Heliotrope #C178EC
Tints of Heliotrope #C178EC
RGB
CMYK
RGB Variations
Color information
#C178EC (or 0xC178EC) is known color: Heliotrope. HEX triplet: C1, 78 and EC. RGB value is (193,120,236). Sum of RGB (Red+Green+Blue) = 193+120+236=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #C178EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C178EC is #3E8713. Grayscale: #9A9A9A. Windows color (decimal): -4097812 or 15497409. OLE color: 15497409.
HSL color Cylindrical-coordinate representation of color #C178EC: hue angle of 277.76º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C178EC is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 120 | 236 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.07 |
| HSL | 277.76º | 0.75% | 0.7% | - |
| HSV(B) | 277.76º | 0.49% | 0.93% | - |
| XYZ | 43.85 | 30.83 | 83 | - |
| YUV | 155.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 236 | 0.18 | 0.49 | 0 | 0.07 | 277.76 | 0.75 | 0.7 |
| Hex | C1 | 78 | EC | 12 | 31 | 0 | 7 | 116 | 4B | 46 |
| Octal | 301 | 170 | 354 | 22 | 61 | 0 | 7 | 426 | 113 | 106 |
| Binary | 11000001 | 1111000 | 11101100 | 10010 | 110001 | 0 | 111 | 100010110 | 1001011 | 1000110 |
Color Harmonies of #C178EC
Complementary color
Monochromatic Colors of #C178EC
Black with #C178EC
Text Example
Text Example
White with #C178EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178EC; }
p { color: rgb(193,120,236); }
H1.HeaderClassName
{
color: #C178EC;
}
.AnyTagClassName
{
color: #C178EC;
}
</style>
background-color css
<style>
a { background-color: #C178EC; }
a { background-color: rgb(193,120,236); }
div.DivClassName
{
background-color: #C178EC;
}
.BgClassName
{
background-color: #C178EC;
}
</style>
border-color css
<style>
span { border-color: #C178EC; }
span { border-color: rgb(193,120,236); }
td.TdClassName
{
border-color: #C178EC;
}
.TagClassName
{
border-color: #C178EC;
}
</style>