Shades of Heliotrope #C478FA
Tints of Heliotrope #C478FA
RGB
CMYK
RGB Variations
Color information
#C478FA (or 0xC478FA) is known color: Heliotrope. HEX triplet: C4, 78 and FA. RGB value is (196,120,250). Sum of RGB (Red+Green+Blue) = 196+120+250=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #C478FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C478FA is #3B8705. Grayscale: #9D9D9D. Windows color (decimal): -3901190 or 16414916. OLE color: 16414916.
HSL color Cylindrical-coordinate representation of color #C478FA: hue angle of 275.08º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C478FA is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 120 | 250 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.02 |
| HSL | 275.08º | 0.93% | 0.73% | - |
| HSV(B) | 275.08º | 0.52% | 0.98% | - |
| XYZ | 46.74 | 32.07 | 94.17 | - |
| YUV | 157.54 | 180.18 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 250 | 0.22 | 0.52 | 0 | 0.02 | 275.08 | 0.93 | 0.73 |
| Hex | C4 | 78 | FA | 16 | 34 | 0 | 2 | 113 | 5D | 49 |
| Octal | 304 | 170 | 372 | 26 | 64 | 0 | 2 | 423 | 135 | 111 |
| Binary | 11000100 | 1111000 | 11111010 | 10110 | 110100 | 0 | 10 | 100010011 | 1011101 | 1001001 |
Color Harmonies of #C478FA
Complementary color
Monochromatic Colors of #C478FA
Black with #C478FA
Text Example
Text Example
White with #C478FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C478FA; }
p { color: rgb(196,120,250); }
H1.HeaderClassName
{
color: #C478FA;
}
.AnyTagClassName
{
color: #C478FA;
}
</style>
background-color css
<style>
a { background-color: #C478FA; }
a { background-color: rgb(196,120,250); }
div.DivClassName
{
background-color: #C478FA;
}
.BgClassName
{
background-color: #C478FA;
}
</style>
border-color css
<style>
span { border-color: #C478FA; }
span { border-color: rgb(196,120,250); }
td.TdClassName
{
border-color: #C478FA;
}
.TagClassName
{
border-color: #C478FA;
}
</style>