Shades of Heliotrope #C471FC
Tints of Heliotrope #C471FC
RGB
CMYK
RGB Variations
Color information
#C471FC (or 0xC471FC) is known color: Heliotrope. HEX triplet: C4, 71 and FC. RGB value is (196,113,252). Sum of RGB (Red+Green+Blue) = 196+113+252=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #C471FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C471FC is #3B8E03. Grayscale: #999999. Windows color (decimal): -3902980 or 16544196. OLE color: 16544196.
HSL color Cylindrical-coordinate representation of color #C471FC: hue angle of 275.83º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C471FC is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 113 | 252 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.01 |
| HSL | 275.83º | 0.96% | 0.72% | - |
| HSV(B) | 275.83º | 0.55% | 0.99% | - |
| XYZ | 46.24 | 30.57 | 95.56 | - |
| YUV | 153.66 | 183.5 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 252 | 0.22 | 0.55 | 0 | 0.01 | 275.83 | 0.96 | 0.72 |
| Hex | C4 | 71 | FC | 16 | 37 | 0 | 1 | 114 | 60 | 48 |
| Octal | 304 | 161 | 374 | 26 | 67 | 0 | 1 | 424 | 140 | 110 |
| Binary | 11000100 | 1110001 | 11111100 | 10110 | 110111 | 0 | 1 | 100010100 | 1100000 | 1001000 |
Color Harmonies of #C471FC
Complementary color
Monochromatic Colors of #C471FC
Black with #C471FC
Text Example
Text Example
White with #C471FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C471FC; }
p { color: rgb(196,113,252); }
H1.HeaderClassName
{
color: #C471FC;
}
.AnyTagClassName
{
color: #C471FC;
}
</style>
background-color css
<style>
a { background-color: #C471FC; }
a { background-color: rgb(196,113,252); }
div.DivClassName
{
background-color: #C471FC;
}
.BgClassName
{
background-color: #C471FC;
}
</style>
border-color css
<style>
span { border-color: #C471FC; }
span { border-color: rgb(196,113,252); }
td.TdClassName
{
border-color: #C471FC;
}
.TagClassName
{
border-color: #C471FC;
}
</style>