Shades of Heliotrope #C472F0
Tints of Heliotrope #C472F0
RGB
CMYK
RGB Variations
Color information
#C472F0 (or 0xC472F0) is known color: Heliotrope. HEX triplet: C4, 72 and F0. RGB value is (196,114,240). Sum of RGB (Red+Green+Blue) = 196+114+240=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #C472F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C472F0 is #3B8D0F. Grayscale: #989898. Windows color (decimal): -3902736 or 15758020. OLE color: 15758020.
HSL color Cylindrical-coordinate representation of color #C472F0: hue angle of 279.05º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C472F0 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 114 | 240 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.06 |
| HSL | 279.05º | 0.81% | 0.69% | - |
| HSV(B) | 279.05º | 0.53% | 0.94% | - |
| XYZ | 44.51 | 30.06 | 85.89 | - |
| YUV | 152.88 | 177.17 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 240 | 0.18 | 0.52 | 0 | 0.06 | 279.05 | 0.81 | 0.69 |
| Hex | C4 | 72 | F0 | 12 | 34 | 0 | 6 | 117 | 51 | 45 |
| Octal | 304 | 162 | 360 | 22 | 64 | 0 | 6 | 427 | 121 | 105 |
| Binary | 11000100 | 1110010 | 11110000 | 10010 | 110100 | 0 | 110 | 100010111 | 1010001 | 1000101 |
Color Harmonies of #C472F0
Complementary color
Monochromatic Colors of #C472F0
Black with #C472F0
Text Example
Text Example
White with #C472F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C472F0; }
p { color: rgb(196,114,240); }
H1.HeaderClassName
{
color: #C472F0;
}
.AnyTagClassName
{
color: #C472F0;
}
</style>
background-color css
<style>
a { background-color: #C472F0; }
a { background-color: rgb(196,114,240); }
div.DivClassName
{
background-color: #C472F0;
}
.BgClassName
{
background-color: #C472F0;
}
</style>
border-color css
<style>
span { border-color: #C472F0; }
span { border-color: rgb(196,114,240); }
td.TdClassName
{
border-color: #C472F0;
}
.TagClassName
{
border-color: #C472F0;
}
</style>