Shades of Heliotrope #C45EF6
Tints of Heliotrope #C45EF6
RGB
CMYK
RGB Variations
Color information
#C45EF6 (or 0xC45EF6) is known color: Heliotrope. HEX triplet: C4, 5E and F6. RGB value is (196,94,246). Sum of RGB (Red+Green+Blue) = 196+94+246=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #C45EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45EF6 is #3BA109. Grayscale: #8D8D8D. Windows color (decimal): -3907850 or 16146116. OLE color: 16146116.
HSL color Cylindrical-coordinate representation of color #C45EF6: hue angle of 280.26º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C45EF6 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 94 | 246 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.04 |
| HSL | 280.26º | 0.89% | 0.67% | - |
| HSV(B) | 280.26º | 0.62% | 0.96% | - |
| XYZ | 43.4 | 26.39 | 90 | - |
| YUV | 141.83 | 186.79 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 246 | 0.20 | 0.62 | 0 | 0.04 | 280.26 | 0.89 | 0.67 |
| Hex | C4 | 5E | F6 | 14 | 3E | 0 | 4 | 118 | 59 | 43 |
| Octal | 304 | 136 | 366 | 24 | 76 | 0 | 4 | 430 | 131 | 103 |
| Binary | 11000100 | 1011110 | 11110110 | 10100 | 111110 | 0 | 100 | 100011000 | 1011001 | 1000011 |
Color Harmonies of #C45EF6
Complementary color
Monochromatic Colors of #C45EF6
Black with #C45EF6
Text Example
Text Example
White with #C45EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45EF6; }
p { color: rgb(196,94,246); }
H1.HeaderClassName
{
color: #C45EF6;
}
.AnyTagClassName
{
color: #C45EF6;
}
</style>
background-color css
<style>
a { background-color: #C45EF6; }
a { background-color: rgb(196,94,246); }
div.DivClassName
{
background-color: #C45EF6;
}
.BgClassName
{
background-color: #C45EF6;
}
</style>
border-color css
<style>
span { border-color: #C45EF6; }
span { border-color: rgb(196,94,246); }
td.TdClassName
{
border-color: #C45EF6;
}
.TagClassName
{
border-color: #C45EF6;
}
</style>