Shades of Heliotrope #C470F0
Tints of Heliotrope #C470F0
RGB
CMYK
RGB Variations
Color information
#C470F0 (or 0xC470F0) is known color: Heliotrope. HEX triplet: C4, 70 and F0. RGB value is (196,112,240). Sum of RGB (Red+Green+Blue) = 196+112+240=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #C470F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470F0 is #3B8F0F. Grayscale: #979797. Windows color (decimal): -3903248 or 15757508. OLE color: 15757508.
HSL color Cylindrical-coordinate representation of color #C470F0: hue angle of 279.38º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C470F0 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 112 | 240 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.06 |
| HSL | 279.38º | 0.81% | 0.69% | - |
| HSV(B) | 279.38º | 0.53% | 0.94% | - |
| XYZ | 44.29 | 29.62 | 85.82 | - |
| YUV | 151.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 240 | 0.18 | 0.53 | 0 | 0.06 | 279.38 | 0.81 | 0.69 |
| Hex | C4 | 70 | F0 | 12 | 35 | 0 | 6 | 117 | 51 | 45 |
| Octal | 304 | 160 | 360 | 22 | 65 | 0 | 6 | 427 | 121 | 105 |
| Binary | 11000100 | 1110000 | 11110000 | 10010 | 110101 | 0 | 110 | 100010111 | 1010001 | 1000101 |
Color Harmonies of #C470F0
Complementary color
Monochromatic Colors of #C470F0
Black with #C470F0
Text Example
Text Example
White with #C470F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C470F0; }
p { color: rgb(196,112,240); }
H1.HeaderClassName
{
color: #C470F0;
}
.AnyTagClassName
{
color: #C470F0;
}
</style>
background-color css
<style>
a { background-color: #C470F0; }
a { background-color: rgb(196,112,240); }
div.DivClassName
{
background-color: #C470F0;
}
.BgClassName
{
background-color: #C470F0;
}
</style>
border-color css
<style>
span { border-color: #C470F0; }
span { border-color: rgb(196,112,240); }
td.TdClassName
{
border-color: #C470F0;
}
.TagClassName
{
border-color: #C470F0;
}
</style>