Shades of Heliotrope #C476ED
Tints of Heliotrope #C476ED
RGB
CMYK
RGB Variations
Color information
#C476ED (or 0xC476ED) is known color: Heliotrope. HEX triplet: C4, 76 and ED. RGB value is (196,118,237). Sum of RGB (Red+Green+Blue) = 196+118+237=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 118 (46.48% from 255 or 21.42% 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 #C476ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C476ED is #3B8912. Grayscale: #9A9A9A. Windows color (decimal): -3901715 or 15562436. OLE color: 15562436.
HSL color Cylindrical-coordinate representation of color #C476ED: hue angle of 279.33º 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 #C476ED is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 118 | 237 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.07 |
| HSL | 279.33º | 0.77% | 0.7% | - |
| HSV(B) | 279.33º | 0.5% | 0.93% | - |
| XYZ | 44.53 | 30.81 | 83.72 | - |
| YUV | 154.89 | 174.34 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 237 | 0.17 | 0.50 | 0 | 0.07 | 279.33 | 0.77 | 0.7 |
| Hex | C4 | 76 | ED | 11 | 32 | 0 | 7 | 117 | 4D | 46 |
| Octal | 304 | 166 | 355 | 21 | 62 | 0 | 7 | 427 | 115 | 106 |
| Binary | 11000100 | 1110110 | 11101101 | 10001 | 110010 | 0 | 111 | 100010111 | 1001101 | 1000110 |
Color Harmonies of #C476ED
Complementary color
Monochromatic Colors of #C476ED
Black with #C476ED
Text Example
Text Example
White with #C476ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476ED; }
p { color: rgb(196,118,237); }
H1.HeaderClassName
{
color: #C476ED;
}
.AnyTagClassName
{
color: #C476ED;
}
</style>
background-color css
<style>
a { background-color: #C476ED; }
a { background-color: rgb(196,118,237); }
div.DivClassName
{
background-color: #C476ED;
}
.BgClassName
{
background-color: #C476ED;
}
</style>
border-color css
<style>
span { border-color: #C476ED; }
span { border-color: rgb(196,118,237); }
td.TdClassName
{
border-color: #C476ED;
}
.TagClassName
{
border-color: #C476ED;
}
</style>