Shades of Heliotrope #C476F8
Tints of Heliotrope #C476F8
RGB
CMYK
RGB Variations
Color information
#C476F8 (or 0xC476F8) is known color: Heliotrope. HEX triplet: C4, 76 and F8. RGB value is (196,118,248). Sum of RGB (Red+Green+Blue) = 196+118+248=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #C476F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C476F8 is #3B8907. Grayscale: #9B9B9B. Windows color (decimal): -3901704 or 16283332. OLE color: 16283332.
HSL color Cylindrical-coordinate representation of color #C476F8: hue angle of 276º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C476F8 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 118 | 248 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.03 |
| HSL | 276º | 0.9% | 0.72% | - |
| HSV(B) | 276º | 0.52% | 0.97% | - |
| XYZ | 46.19 | 31.47 | 92.45 | - |
| YUV | 156.14 | 179.84 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 248 | 0.21 | 0.52 | 0 | 0.03 | 276 | 0.9 | 0.72 |
| Hex | C4 | 76 | F8 | 15 | 34 | 0 | 3 | 114 | 5A | 48 |
| Octal | 304 | 166 | 370 | 25 | 64 | 0 | 3 | 424 | 132 | 110 |
| Binary | 11000100 | 1110110 | 11111000 | 10101 | 110100 | 0 | 11 | 100010100 | 1011010 | 1001000 |
Color Harmonies of #C476F8
Complementary color
Monochromatic Colors of #C476F8
Black with #C476F8
Text Example
Text Example
White with #C476F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476F8; }
p { color: rgb(196,118,248); }
H1.HeaderClassName
{
color: #C476F8;
}
.AnyTagClassName
{
color: #C476F8;
}
</style>
background-color css
<style>
a { background-color: #C476F8; }
a { background-color: rgb(196,118,248); }
div.DivClassName
{
background-color: #C476F8;
}
.BgClassName
{
background-color: #C476F8;
}
</style>
border-color css
<style>
span { border-color: #C476F8; }
span { border-color: rgb(196,118,248); }
td.TdClassName
{
border-color: #C476F8;
}
.TagClassName
{
border-color: #C476F8;
}
</style>