Shades of Heliotrope #C179ED
Tints of Heliotrope #C179ED
RGB
CMYK
RGB Variations
Color information
#C179ED (or 0xC179ED) is known color: Heliotrope. HEX triplet: C1, 79 and ED. RGB value is (193,121,237). Sum of RGB (Red+Green+Blue) = 193+121+237=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #C179ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C179ED is #3E8612. Grayscale: #9B9B9B. Windows color (decimal): -4097555 or 15563201. OLE color: 15563201.
HSL color Cylindrical-coordinate representation of color #C179ED: hue angle of 277.24º 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 #C179ED is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 121 | 237 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.07 |
| HSL | 277.24º | 0.76% | 0.7% | - |
| HSV(B) | 277.24º | 0.49% | 0.93% | - |
| XYZ | 44.12 | 31.13 | 83.8 | - |
| YUV | 155.75 | 173.85 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 237 | 0.19 | 0.49 | 0 | 0.07 | 277.24 | 0.76 | 0.7 |
| Hex | C1 | 79 | ED | 13 | 31 | 0 | 7 | 115 | 4C | 46 |
| Octal | 301 | 171 | 355 | 23 | 61 | 0 | 7 | 425 | 114 | 106 |
| Binary | 11000001 | 1111001 | 11101101 | 10011 | 110001 | 0 | 111 | 100010101 | 1001100 | 1000110 |
Color Harmonies of #C179ED
Complementary color
Monochromatic Colors of #C179ED
Black with #C179ED
Text Example
Text Example
White with #C179ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C179ED; }
p { color: rgb(193,121,237); }
H1.HeaderClassName
{
color: #C179ED;
}
.AnyTagClassName
{
color: #C179ED;
}
</style>
background-color css
<style>
a { background-color: #C179ED; }
a { background-color: rgb(193,121,237); }
div.DivClassName
{
background-color: #C179ED;
}
.BgClassName
{
background-color: #C179ED;
}
</style>
border-color css
<style>
span { border-color: #C179ED; }
span { border-color: rgb(193,121,237); }
td.TdClassName
{
border-color: #C179ED;
}
.TagClassName
{
border-color: #C179ED;
}
</style>