Shades of Heliotrope #C176ED
Tints of Heliotrope #C176ED
RGB
CMYK
RGB Variations
Color information
#C176ED (or 0xC176ED) is known color: Heliotrope. HEX triplet: C1, 76 and ED. RGB value is (193,118,237). Sum of RGB (Red+Green+Blue) = 193+118+237=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #C176ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C176ED is #3E8912. Grayscale: #999999. Windows color (decimal): -4098323 or 15562433. OLE color: 15562433.
HSL color Cylindrical-coordinate representation of color #C176ED: hue angle of 277.82º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C176ED is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 118 | 237 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.07 |
| HSL | 277.82º | 0.77% | 0.7% | - |
| HSV(B) | 277.82º | 0.5% | 0.93% | - |
| XYZ | 43.76 | 30.41 | 83.68 | - |
| YUV | 153.99 | 174.85 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 237 | 0.19 | 0.50 | 0 | 0.07 | 277.82 | 0.77 | 0.7 |
| Hex | C1 | 76 | ED | 13 | 32 | 0 | 7 | 116 | 4D | 46 |
| Octal | 301 | 166 | 355 | 23 | 62 | 0 | 7 | 426 | 115 | 106 |
| Binary | 11000001 | 1110110 | 11101101 | 10011 | 110010 | 0 | 111 | 100010110 | 1001101 | 1000110 |
Color Harmonies of #C176ED
Complementary color
Monochromatic Colors of #C176ED
Black with #C176ED
Text Example
Text Example
White with #C176ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C176ED; }
p { color: rgb(193,118,237); }
H1.HeaderClassName
{
color: #C176ED;
}
.AnyTagClassName
{
color: #C176ED;
}
</style>
background-color css
<style>
a { background-color: #C176ED; }
a { background-color: rgb(193,118,237); }
div.DivClassName
{
background-color: #C176ED;
}
.BgClassName
{
background-color: #C176ED;
}
</style>
border-color css
<style>
span { border-color: #C176ED; }
span { border-color: rgb(193,118,237); }
td.TdClassName
{
border-color: #C176ED;
}
.TagClassName
{
border-color: #C176ED;
}
</style>