Shades of Heliotrope #C476E7
Tints of Heliotrope #C476E7
RGB
CMYK
RGB Variations
Color information
#C476E7 (or 0xC476E7) is known color: Heliotrope. HEX triplet: C4, 76 and E7. RGB value is (196,118,231). Sum of RGB (Red+Green+Blue) = 196+118+231=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 231 (90.62% from 255 or 42.39% from 545); Max value from RGB is 231 - color contains mainly: blue. Hex color #C476E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C476E7 is #3B8918. Grayscale: #999999. Windows color (decimal): -3901721 or 15169220. OLE color: 15169220.
HSL color Cylindrical-coordinate representation of color #C476E7: hue angle of 281.42º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C476E7 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 118 | 231 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.09 |
| HSL | 281.42º | 0.7% | 0.68% | - |
| HSV(B) | 281.42º | 0.49% | 0.91% | - |
| XYZ | 43.67 | 30.46 | 79.18 | - |
| YUV | 154.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 231 | 0.15 | 0.49 | 0 | 0.09 | 281.42 | 0.7 | 0.68 |
| Hex | C4 | 76 | E7 | F | 31 | 0 | 9 | 119 | 46 | 44 |
| Octal | 304 | 166 | 347 | 17 | 61 | 0 | 11 | 431 | 106 | 104 |
| Binary | 11000100 | 1110110 | 11100111 | 1111 | 110001 | 0 | 1001 | 100011001 | 1000110 | 1000100 |
Color Harmonies of #C476E7
Complementary color
Monochromatic Colors of #C476E7
Black with #C476E7
Text Example
Text Example
White with #C476E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476E7; }
p { color: rgb(196,118,231); }
H1.HeaderClassName
{
color: #C476E7;
}
.AnyTagClassName
{
color: #C476E7;
}
</style>
background-color css
<style>
a { background-color: #C476E7; }
a { background-color: rgb(196,118,231); }
div.DivClassName
{
background-color: #C476E7;
}
.BgClassName
{
background-color: #C476E7;
}
</style>
border-color css
<style>
span { border-color: #C476E7; }
span { border-color: rgb(196,118,231); }
td.TdClassName
{
border-color: #C476E7;
}
.TagClassName
{
border-color: #C476E7;
}
</style>