Shades of Heliotrope #C472F6
Tints of Heliotrope #C472F6
RGB
CMYK
RGB Variations
Color information
#C472F6 (or 0xC472F6) is known color: Heliotrope. HEX triplet: C4, 72 and F6. RGB value is (196,114,246). Sum of RGB (Red+Green+Blue) = 196+114+246=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #C472F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C472F6 is #3B8D09. Grayscale: #999999. Windows color (decimal): -3902730 or 16151236. OLE color: 16151236.
HSL color Cylindrical-coordinate representation of color #C472F6: hue angle of 277.27º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C472F6 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 114 | 246 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.04 |
| HSL | 277.27º | 0.88% | 0.71% | - |
| HSV(B) | 277.27º | 0.54% | 0.96% | - |
| XYZ | 45.42 | 30.42 | 90.67 | - |
| YUV | 153.57 | 180.17 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 246 | 0.20 | 0.54 | 0 | 0.04 | 277.27 | 0.88 | 0.71 |
| Hex | C4 | 72 | F6 | 14 | 36 | 0 | 4 | 115 | 58 | 47 |
| Octal | 304 | 162 | 366 | 24 | 66 | 0 | 4 | 425 | 130 | 107 |
| Binary | 11000100 | 1110010 | 11110110 | 10100 | 110110 | 0 | 100 | 100010101 | 1011000 | 1000111 |
Color Harmonies of #C472F6
Complementary color
Monochromatic Colors of #C472F6
Black with #C472F6
Text Example
Text Example
White with #C472F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C472F6; }
p { color: rgb(196,114,246); }
H1.HeaderClassName
{
color: #C472F6;
}
.AnyTagClassName
{
color: #C472F6;
}
</style>
background-color css
<style>
a { background-color: #C472F6; }
a { background-color: rgb(196,114,246); }
div.DivClassName
{
background-color: #C472F6;
}
.BgClassName
{
background-color: #C472F6;
}
</style>
border-color css
<style>
span { border-color: #C472F6; }
span { border-color: rgb(196,114,246); }
td.TdClassName
{
border-color: #C472F6;
}
.TagClassName
{
border-color: #C472F6;
}
</style>