Shades of Heliotrope #C476FF
Tints of Heliotrope #C476FF
RGB
CMYK
RGB Variations
Color information
#C476FF (or 0xC476FF) is known color: Heliotrope. HEX triplet: C4, 76 and FF. RGB value is (196,118,255). Sum of RGB (Red+Green+Blue) = 196+118+255=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #C476FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C476FF is #3B8900. Grayscale: #9C9C9C. Windows color (decimal): -3901697 or 16742084. OLE color: 16742084.
HSL color Cylindrical-coordinate representation of color #C476FF: hue angle of 274.16º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C476FF is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 118 | 255 | - |
| CMYK | 0.23 | 0.54 | 0 | 0 |
| HSL | 274.16º | 1% | 0.73% | - |
| HSV(B) | 274.16º | 0.54% | 1% | - |
| XYZ | 47.29 | 31.91 | 98.27 | - |
| YUV | 156.94 | 183.34 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 255 | 0.23 | 0.54 | 0 | 0 | 274.16 | 1 | 0.73 |
| Hex | C4 | 76 | FF | 17 | 36 | 0 | 0 | 112 | 64 | 49 |
| Octal | 304 | 166 | 377 | 27 | 66 | 0 | 0 | 422 | 144 | 111 |
| Binary | 11000100 | 1110110 | 11111111 | 10111 | 110110 | 0 | 0 | 100010010 | 1100100 | 1001001 |
Color Harmonies of #C476FF
Complementary color
Monochromatic Colors of #C476FF
Black with #C476FF
Text Example
Text Example
White with #C476FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476FF; }
p { color: rgb(196,118,255); }
H1.HeaderClassName
{
color: #C476FF;
}
.AnyTagClassName
{
color: #C476FF;
}
</style>
background-color css
<style>
a { background-color: #C476FF; }
a { background-color: rgb(196,118,255); }
div.DivClassName
{
background-color: #C476FF;
}
.BgClassName
{
background-color: #C476FF;
}
</style>
border-color css
<style>
span { border-color: #C476FF; }
span { border-color: rgb(196,118,255); }
td.TdClassName
{
border-color: #C476FF;
}
.TagClassName
{
border-color: #C476FF;
}
</style>