Shades of Heliotrope #C478FB
Tints of Heliotrope #C478FB
RGB
CMYK
RGB Variations
Color information
#C478FB (or 0xC478FB) is known color: Heliotrope. HEX triplet: C4, 78 and FB. RGB value is (196,120,251). Sum of RGB (Red+Green+Blue) = 196+120+251=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #C478FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C478FB is #3B8704. Grayscale: #9D9D9D. Windows color (decimal): -3901189 or 16480452. OLE color: 16480452.
HSL color Cylindrical-coordinate representation of color #C478FB: hue angle of 274.81º degrees, saturation: 0.94, 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 #C478FB is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 120 | 251 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.02 |
| HSL | 274.81º | 0.94% | 0.73% | - |
| HSV(B) | 274.81º | 0.52% | 0.98% | - |
| XYZ | 46.89 | 32.13 | 95 | - |
| YUV | 157.66 | 180.68 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 251 | 0.22 | 0.52 | 0 | 0.02 | 274.81 | 0.94 | 0.73 |
| Hex | C4 | 78 | FB | 16 | 34 | 0 | 2 | 113 | 5E | 49 |
| Octal | 304 | 170 | 373 | 26 | 64 | 0 | 2 | 423 | 136 | 111 |
| Binary | 11000100 | 1111000 | 11111011 | 10110 | 110100 | 0 | 10 | 100010011 | 1011110 | 1001001 |
Color Harmonies of #C478FB
Complementary color
Monochromatic Colors of #C478FB
Black with #C478FB
Text Example
Text Example
White with #C478FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C478FB; }
p { color: rgb(196,120,251); }
H1.HeaderClassName
{
color: #C478FB;
}
.AnyTagClassName
{
color: #C478FB;
}
</style>
background-color css
<style>
a { background-color: #C478FB; }
a { background-color: rgb(196,120,251); }
div.DivClassName
{
background-color: #C478FB;
}
.BgClassName
{
background-color: #C478FB;
}
</style>
border-color css
<style>
span { border-color: #C478FB; }
span { border-color: rgb(196,120,251); }
td.TdClassName
{
border-color: #C478FB;
}
.TagClassName
{
border-color: #C478FB;
}
</style>