Shades of Heliotrope #C277EC
Tints of Heliotrope #C277EC
RGB
CMYK
RGB Variations
Color information
#C277EC (or 0xC277EC) is known color: Heliotrope. HEX triplet: C2, 77 and EC. RGB value is (194,119,236). Sum of RGB (Red+Green+Blue) = 194+119+236=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 119 (46.88% from 255 or 21.68% 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 #C277EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C277EC is #3D8813. Grayscale: #9A9A9A. Windows color (decimal): -4032532 or 15497154. OLE color: 15497154.
HSL color Cylindrical-coordinate representation of color #C277EC: hue angle of 278.46º degrees, saturation: 0.75, 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 #C277EC is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 119 | 236 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.07 |
| HSL | 278.46º | 0.75% | 0.7% | - |
| HSV(B) | 278.46º | 0.5% | 0.93% | - |
| XYZ | 43.99 | 30.72 | 82.97 | - |
| YUV | 154.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 236 | 0.18 | 0.50 | 0 | 0.07 | 278.46 | 0.75 | 0.7 |
| Hex | C2 | 77 | EC | 12 | 32 | 0 | 7 | 116 | 4B | 46 |
| Octal | 302 | 167 | 354 | 22 | 62 | 0 | 7 | 426 | 113 | 106 |
| Binary | 11000010 | 1110111 | 11101100 | 10010 | 110010 | 0 | 111 | 100010110 | 1001011 | 1000110 |
Color Harmonies of #C277EC
Complementary color
Monochromatic Colors of #C277EC
Black with #C277EC
Text Example
Text Example
White with #C277EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C277EC; }
p { color: rgb(194,119,236); }
H1.HeaderClassName
{
color: #C277EC;
}
.AnyTagClassName
{
color: #C277EC;
}
</style>
background-color css
<style>
a { background-color: #C277EC; }
a { background-color: rgb(194,119,236); }
div.DivClassName
{
background-color: #C277EC;
}
.BgClassName
{
background-color: #C277EC;
}
</style>
border-color css
<style>
span { border-color: #C277EC; }
span { border-color: rgb(194,119,236); }
td.TdClassName
{
border-color: #C277EC;
}
.TagClassName
{
border-color: #C277EC;
}
</style>