Shades of Heliotrope #C470EB
Tints of Heliotrope #C470EB
RGB
CMYK
RGB Variations
Color information
#C470EB (or 0xC470EB) is known color: Heliotrope. HEX triplet: C4, 70 and EB. RGB value is (196,112,235). Sum of RGB (Red+Green+Blue) = 196+112+235=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #C470EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470EB is #3B8F14. Grayscale: #969696. Windows color (decimal): -3903253 or 15429828. OLE color: 15429828.
HSL color Cylindrical-coordinate representation of color #C470EB: hue angle of 280.98º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C470EB is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 112 | 235 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.08 |
| HSL | 280.98º | 0.75% | 0.68% | - |
| HSV(B) | 280.98º | 0.52% | 0.92% | - |
| XYZ | 43.55 | 29.32 | 81.96 | - |
| YUV | 151.14 | 175.33 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 235 | 0.17 | 0.52 | 0 | 0.08 | 280.98 | 0.75 | 0.68 |
| Hex | C4 | 70 | EB | 11 | 34 | 0 | 8 | 119 | 4B | 44 |
| Octal | 304 | 160 | 353 | 21 | 64 | 0 | 10 | 431 | 113 | 104 |
| Binary | 11000100 | 1110000 | 11101011 | 10001 | 110100 | 0 | 1000 | 100011001 | 1001011 | 1000100 |
Color Harmonies of #C470EB
Complementary color
Monochromatic Colors of #C470EB
Black with #C470EB
Text Example
Text Example
White with #C470EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C470EB; }
p { color: rgb(196,112,235); }
H1.HeaderClassName
{
color: #C470EB;
}
.AnyTagClassName
{
color: #C470EB;
}
</style>
background-color css
<style>
a { background-color: #C470EB; }
a { background-color: rgb(196,112,235); }
div.DivClassName
{
background-color: #C470EB;
}
.BgClassName
{
background-color: #C470EB;
}
</style>
border-color css
<style>
span { border-color: #C470EB; }
span { border-color: rgb(196,112,235); }
td.TdClassName
{
border-color: #C470EB;
}
.TagClassName
{
border-color: #C470EB;
}
</style>