Shades of Heliotrope #C178ED
Tints of Heliotrope #C178ED
RGB
CMYK
RGB Variations
Color information
#C178ED (or 0xC178ED) is known color: Heliotrope. HEX triplet: C1, 78 and ED. RGB value is (193,120,237). Sum of RGB (Red+Green+Blue) = 193+120+237=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #C178ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C178ED is #3E8712. Grayscale: #9A9A9A. Windows color (decimal): -4097811 or 15562945. OLE color: 15562945.
HSL color Cylindrical-coordinate representation of color #C178ED: hue angle of 277.44º degrees, saturation: 0.76, 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 #C178ED is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 120 | 237 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.07 |
| HSL | 277.44º | 0.76% | 0.7% | - |
| HSV(B) | 277.44º | 0.49% | 0.93% | - |
| XYZ | 43.99 | 30.88 | 83.76 | - |
| YUV | 155.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 237 | 0.19 | 0.49 | 0 | 0.07 | 277.44 | 0.76 | 0.7 |
| Hex | C1 | 78 | ED | 13 | 31 | 0 | 7 | 115 | 4C | 46 |
| Octal | 301 | 170 | 355 | 23 | 61 | 0 | 7 | 425 | 114 | 106 |
| Binary | 11000001 | 1111000 | 11101101 | 10011 | 110001 | 0 | 111 | 100010101 | 1001100 | 1000110 |
Color Harmonies of #C178ED
Complementary color
Monochromatic Colors of #C178ED
Black with #C178ED
Text Example
Text Example
White with #C178ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178ED; }
p { color: rgb(193,120,237); }
H1.HeaderClassName
{
color: #C178ED;
}
.AnyTagClassName
{
color: #C178ED;
}
</style>
background-color css
<style>
a { background-color: #C178ED; }
a { background-color: rgb(193,120,237); }
div.DivClassName
{
background-color: #C178ED;
}
.BgClassName
{
background-color: #C178ED;
}
</style>
border-color css
<style>
span { border-color: #C178ED; }
span { border-color: rgb(193,120,237); }
td.TdClassName
{
border-color: #C178ED;
}
.TagClassName
{
border-color: #C178ED;
}
</style>