Shades of Heliotrope #C473FA
Tints of Heliotrope #C473FA
RGB
CMYK
RGB Variations
Color information
#C473FA (or 0xC473FA) is known color: Heliotrope. HEX triplet: C4, 73 and FA. RGB value is (196,115,250). Sum of RGB (Red+Green+Blue) = 196+115+250=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #C473FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C473FA is #3B8C05. Grayscale: #9A9A9A. Windows color (decimal): -3902470 or 16413636. OLE color: 16413636.
HSL color Cylindrical-coordinate representation of color #C473FA: hue angle of 276º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C473FA is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 115 | 250 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.02 |
| HSL | 276º | 0.93% | 0.72% | - |
| HSV(B) | 276º | 0.54% | 0.98% | - |
| XYZ | 46.15 | 30.9 | 93.97 | - |
| YUV | 154.61 | 181.84 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 250 | 0.22 | 0.54 | 0 | 0.02 | 276 | 0.93 | 0.72 |
| Hex | C4 | 73 | FA | 16 | 36 | 0 | 2 | 114 | 5D | 48 |
| Octal | 304 | 163 | 372 | 26 | 66 | 0 | 2 | 424 | 135 | 110 |
| Binary | 11000100 | 1110011 | 11111010 | 10110 | 110110 | 0 | 10 | 100010100 | 1011101 | 1001000 |
Color Harmonies of #C473FA
Complementary color
Monochromatic Colors of #C473FA
Black with #C473FA
Text Example
Text Example
White with #C473FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C473FA; }
p { color: rgb(196,115,250); }
H1.HeaderClassName
{
color: #C473FA;
}
.AnyTagClassName
{
color: #C473FA;
}
</style>
background-color css
<style>
a { background-color: #C473FA; }
a { background-color: rgb(196,115,250); }
div.DivClassName
{
background-color: #C473FA;
}
.BgClassName
{
background-color: #C473FA;
}
</style>
border-color css
<style>
span { border-color: #C473FA; }
span { border-color: rgb(196,115,250); }
td.TdClassName
{
border-color: #C473FA;
}
.TagClassName
{
border-color: #C473FA;
}
</style>