Shades of Heliotrope #C276ED
Tints of Heliotrope #C276ED
RGB
CMYK
RGB Variations
Color information
#C276ED (or 0xC276ED) is known color: Heliotrope. HEX triplet: C2, 76 and ED. RGB value is (194,118,237). Sum of RGB (Red+Green+Blue) = 194+118+237=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #C276ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C276ED is #3D8912. Grayscale: #999999. Windows color (decimal): -4032787 or 15562434. OLE color: 15562434.
HSL color Cylindrical-coordinate representation of color #C276ED: hue angle of 278.32º 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 #C276ED is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 118 | 237 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.07 |
| HSL | 278.32º | 0.77% | 0.7% | - |
| HSV(B) | 278.32º | 0.5% | 0.93% | - |
| XYZ | 44.01 | 30.54 | 83.7 | - |
| YUV | 154.29 | 174.68 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 237 | 0.18 | 0.50 | 0 | 0.07 | 278.32 | 0.77 | 0.7 |
| Hex | C2 | 76 | ED | 12 | 32 | 0 | 7 | 116 | 4D | 46 |
| Octal | 302 | 166 | 355 | 22 | 62 | 0 | 7 | 426 | 115 | 106 |
| Binary | 11000010 | 1110110 | 11101101 | 10010 | 110010 | 0 | 111 | 100010110 | 1001101 | 1000110 |
Color Harmonies of #C276ED
Complementary color
Monochromatic Colors of #C276ED
Black with #C276ED
Text Example
Text Example
White with #C276ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276ED; }
p { color: rgb(194,118,237); }
H1.HeaderClassName
{
color: #C276ED;
}
.AnyTagClassName
{
color: #C276ED;
}
</style>
background-color css
<style>
a { background-color: #C276ED; }
a { background-color: rgb(194,118,237); }
div.DivClassName
{
background-color: #C276ED;
}
.BgClassName
{
background-color: #C276ED;
}
</style>
border-color css
<style>
span { border-color: #C276ED; }
span { border-color: rgb(194,118,237); }
td.TdClassName
{
border-color: #C276ED;
}
.TagClassName
{
border-color: #C276ED;
}
</style>