Shades of Heliotrope #C476FC
Tints of Heliotrope #C476FC
RGB
CMYK
RGB Variations
Color information
#C476FC (or 0xC476FC) is known color: Heliotrope. HEX triplet: C4, 76 and FC. RGB value is (196,118,252). Sum of RGB (Red+Green+Blue) = 196+118+252=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #C476FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C476FC is #3B8903. Grayscale: #9C9C9C. Windows color (decimal): -3901700 or 16545476. OLE color: 16545476.
HSL color Cylindrical-coordinate representation of color #C476FC: hue angle of 274.93º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C476FC is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 118 | 252 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.01 |
| HSL | 274.93º | 0.96% | 0.73% | - |
| HSV(B) | 274.93º | 0.53% | 0.99% | - |
| XYZ | 46.81 | 31.72 | 95.75 | - |
| YUV | 156.6 | 181.84 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 252 | 0.22 | 0.53 | 0 | 0.01 | 274.93 | 0.96 | 0.73 |
| Hex | C4 | 76 | FC | 16 | 35 | 0 | 1 | 113 | 60 | 49 |
| Octal | 304 | 166 | 374 | 26 | 65 | 0 | 1 | 423 | 140 | 111 |
| Binary | 11000100 | 1110110 | 11111100 | 10110 | 110101 | 0 | 1 | 100010011 | 1100000 | 1001001 |
Color Harmonies of #C476FC
Complementary color
Monochromatic Colors of #C476FC
Black with #C476FC
Text Example
Text Example
White with #C476FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476FC; }
p { color: rgb(196,118,252); }
H1.HeaderClassName
{
color: #C476FC;
}
.AnyTagClassName
{
color: #C476FC;
}
</style>
background-color css
<style>
a { background-color: #C476FC; }
a { background-color: rgb(196,118,252); }
div.DivClassName
{
background-color: #C476FC;
}
.BgClassName
{
background-color: #C476FC;
}
</style>
border-color css
<style>
span { border-color: #C476FC; }
span { border-color: rgb(196,118,252); }
td.TdClassName
{
border-color: #C476FC;
}
.TagClassName
{
border-color: #C476FC;
}
</style>