Shades of Heliotrope #C473EC
Tints of Heliotrope #C473EC
RGB
CMYK
RGB Variations
Color information
#C473EC (or 0xC473EC) is known color: Heliotrope. HEX triplet: C4, 73 and EC. RGB value is (196,115,236). Sum of RGB (Red+Green+Blue) = 196+115+236=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #C473EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C473EC is #3B8C13. Grayscale: #989898. Windows color (decimal): -3902484 or 15496132. OLE color: 15496132.
HSL color Cylindrical-coordinate representation of color #C473EC: hue angle of 280.17º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C473EC is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 115 | 236 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.07 |
| HSL | 280.17º | 0.76% | 0.69% | - |
| HSV(B) | 280.17º | 0.51% | 0.93% | - |
| XYZ | 44.04 | 30.05 | 82.84 | - |
| YUV | 153.01 | 174.84 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 236 | 0.17 | 0.51 | 0 | 0.07 | 280.17 | 0.76 | 0.69 |
| Hex | C4 | 73 | EC | 11 | 33 | 0 | 7 | 118 | 4C | 45 |
| Octal | 304 | 163 | 354 | 21 | 63 | 0 | 7 | 430 | 114 | 105 |
| Binary | 11000100 | 1110011 | 11101100 | 10001 | 110011 | 0 | 111 | 100011000 | 1001100 | 1000101 |
Color Harmonies of #C473EC
Complementary color
Monochromatic Colors of #C473EC
Black with #C473EC
Text Example
Text Example
White with #C473EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C473EC; }
p { color: rgb(196,115,236); }
H1.HeaderClassName
{
color: #C473EC;
}
.AnyTagClassName
{
color: #C473EC;
}
</style>
background-color css
<style>
a { background-color: #C473EC; }
a { background-color: rgb(196,115,236); }
div.DivClassName
{
background-color: #C473EC;
}
.BgClassName
{
background-color: #C473EC;
}
</style>
border-color css
<style>
span { border-color: #C473EC; }
span { border-color: rgb(196,115,236); }
td.TdClassName
{
border-color: #C473EC;
}
.TagClassName
{
border-color: #C473EC;
}
</style>