Shades of Heliotrope #C176EE
Tints of Heliotrope #C176EE
RGB
CMYK
RGB Variations
Color information
#C176EE (or 0xC176EE) is known color: Heliotrope. HEX triplet: C1, 76 and EE. RGB value is (193,118,238). Sum of RGB (Red+Green+Blue) = 193+118+238=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #C176EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C176EE is #3E8911. Grayscale: #999999. Windows color (decimal): -4098322 or 15627969. OLE color: 15627969.
HSL color Cylindrical-coordinate representation of color #C176EE: hue angle of 277.5º degrees, saturation: 0.78, 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 #C176EE is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 118 | 238 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.07 |
| HSL | 277.5º | 0.78% | 0.7% | - |
| HSV(B) | 277.5º | 0.5% | 0.93% | - |
| XYZ | 43.9 | 30.47 | 84.46 | - |
| YUV | 154.11 | 175.35 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 238 | 0.19 | 0.50 | 0 | 0.07 | 277.5 | 0.78 | 0.7 |
| Hex | C1 | 76 | EE | 13 | 32 | 0 | 7 | 116 | 4E | 46 |
| Octal | 301 | 166 | 356 | 23 | 62 | 0 | 7 | 426 | 116 | 106 |
| Binary | 11000001 | 1110110 | 11101110 | 10011 | 110010 | 0 | 111 | 100010110 | 1001110 | 1000110 |
Color Harmonies of #C176EE
Complementary color
Monochromatic Colors of #C176EE
Black with #C176EE
Text Example
Text Example
White with #C176EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C176EE; }
p { color: rgb(193,118,238); }
H1.HeaderClassName
{
color: #C176EE;
}
.AnyTagClassName
{
color: #C176EE;
}
</style>
background-color css
<style>
a { background-color: #C176EE; }
a { background-color: rgb(193,118,238); }
div.DivClassName
{
background-color: #C176EE;
}
.BgClassName
{
background-color: #C176EE;
}
</style>
border-color css
<style>
span { border-color: #C176EE; }
span { border-color: rgb(193,118,238); }
td.TdClassName
{
border-color: #C176EE;
}
.TagClassName
{
border-color: #C176EE;
}
</style>