Shades of Heliotrope #C470F2
Tints of Heliotrope #C470F2
RGB
CMYK
RGB Variations
Color information
#C470F2 (or 0xC470F2) is known color: Heliotrope. HEX triplet: C4, 70 and F2. RGB value is (196,112,242). Sum of RGB (Red+Green+Blue) = 196+112+242=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #C470F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470F2 is #3B8F0D. Grayscale: #979797. Windows color (decimal): -3903246 or 15888580. OLE color: 15888580.
HSL color Cylindrical-coordinate representation of color #C470F2: hue angle of 278.77º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C470F2 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 112 | 242 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.05 |
| HSL | 278.77º | 0.83% | 0.69% | - |
| HSV(B) | 278.77º | 0.54% | 0.95% | - |
| XYZ | 44.59 | 29.73 | 87.39 | - |
| YUV | 151.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 242 | 0.19 | 0.54 | 0 | 0.05 | 278.77 | 0.83 | 0.69 |
| Hex | C4 | 70 | F2 | 13 | 36 | 0 | 5 | 117 | 53 | 45 |
| Octal | 304 | 160 | 362 | 23 | 66 | 0 | 5 | 427 | 123 | 105 |
| Binary | 11000100 | 1110000 | 11110010 | 10011 | 110110 | 0 | 101 | 100010111 | 1010011 | 1000101 |
Color Harmonies of #C470F2
Complementary color
Monochromatic Colors of #C470F2
Black with #C470F2
Text Example
Text Example
White with #C470F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C470F2; }
p { color: rgb(196,112,242); }
H1.HeaderClassName
{
color: #C470F2;
}
.AnyTagClassName
{
color: #C470F2;
}
</style>
background-color css
<style>
a { background-color: #C470F2; }
a { background-color: rgb(196,112,242); }
div.DivClassName
{
background-color: #C470F2;
}
.BgClassName
{
background-color: #C470F2;
}
</style>
border-color css
<style>
span { border-color: #C470F2; }
span { border-color: rgb(196,112,242); }
td.TdClassName
{
border-color: #C470F2;
}
.TagClassName
{
border-color: #C470F2;
}
</style>