Shades of Heliotrope #C472EB
Tints of Heliotrope #C472EB
RGB
CMYK
RGB Variations
Color information
#C472EB (or 0xC472EB) is known color: Heliotrope. HEX triplet: C4, 72 and EB. RGB value is (196,114,235). Sum of RGB (Red+Green+Blue) = 196+114+235=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #C472EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C472EB is #3B8D14. Grayscale: #979797. Windows color (decimal): -3902741 or 15430340. OLE color: 15430340.
HSL color Cylindrical-coordinate representation of color #C472EB: hue angle of 280.66º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C472EB is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 114 | 235 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.08 |
| HSL | 280.66º | 0.75% | 0.68% | - |
| HSV(B) | 280.66º | 0.51% | 0.92% | - |
| XYZ | 43.78 | 29.77 | 82.04 | - |
| YUV | 152.31 | 174.67 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 235 | 0.17 | 0.51 | 0 | 0.08 | 280.66 | 0.75 | 0.68 |
| Hex | C4 | 72 | EB | 11 | 33 | 0 | 8 | 119 | 4B | 44 |
| Octal | 304 | 162 | 353 | 21 | 63 | 0 | 10 | 431 | 113 | 104 |
| Binary | 11000100 | 1110010 | 11101011 | 10001 | 110011 | 0 | 1000 | 100011001 | 1001011 | 1000100 |
Color Harmonies of #C472EB
Complementary color
Monochromatic Colors of #C472EB
Black with #C472EB
Text Example
Text Example
White with #C472EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C472EB; }
p { color: rgb(196,114,235); }
H1.HeaderClassName
{
color: #C472EB;
}
.AnyTagClassName
{
color: #C472EB;
}
</style>
background-color css
<style>
a { background-color: #C472EB; }
a { background-color: rgb(196,114,235); }
div.DivClassName
{
background-color: #C472EB;
}
.BgClassName
{
background-color: #C472EB;
}
</style>
border-color css
<style>
span { border-color: #C472EB; }
span { border-color: rgb(196,114,235); }
td.TdClassName
{
border-color: #C472EB;
}
.TagClassName
{
border-color: #C472EB;
}
</style>