Shades of Heliotrope #C45FF5
Tints of Heliotrope #C45FF5
RGB
CMYK
RGB Variations
Color information
#C45FF5 (or 0xC45FF5) is known color: Heliotrope. HEX triplet: C4, 5F and F5. RGB value is (196,95,245). Sum of RGB (Red+Green+Blue) = 196+95+245=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 95 (37.5% from 255 or 17.72% from 536); Blue value is 245 (96.09% from 255 or 45.71% from 536); Max value from RGB is 245 - color contains mainly: blue. Hex color #C45FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45FF5 is #3BA00A. Grayscale: #8D8D8D. Windows color (decimal): -3907595 or 16080836. OLE color: 16080836.
HSL color Cylindrical-coordinate representation of color #C45FF5: hue angle of 280.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C45FF5 is Cyan = 0.2, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 95 | 245 | - |
| CMYK | 0.2 | 0.61 | 0 | 0.04 |
| HSL | 280.4º | 0.88% | 0.67% | - |
| HSV(B) | 280.4º | 0.61% | 0.96% | - |
| XYZ | 43.34 | 26.51 | 89.22 | - |
| YUV | 142.3 | 185.96 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 245 | 0.2 | 0.61 | 0 | 0.04 | 280.4 | 0.88 | 0.67 |
| Hex | C4 | 5F | F5 | 14 | 3D | 0 | 4 | 118 | 58 | 43 |
| Octal | 304 | 137 | 365 | 24 | 75 | 0 | 4 | 430 | 130 | 103 |
| Binary | 11000100 | 1011111 | 11110101 | 10100 | 111101 | 0 | 100 | 100011000 | 1011000 | 1000011 |
Color Harmonies of #C45FF5
Complementary color
Monochromatic Colors of #C45FF5
Black with #C45FF5
Text Example
Text Example
White with #C45FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FF5; }
p { color: rgb(196,95,245); }
H1.HeaderClassName
{
color: #C45FF5;
}
.AnyTagClassName
{
color: #C45FF5;
}
</style>
background-color css
<style>
a { background-color: #C45FF5; }
a { background-color: rgb(196,95,245); }
div.DivClassName
{
background-color: #C45FF5;
}
.BgClassName
{
background-color: #C45FF5;
}
</style>
border-color css
<style>
span { border-color: #C45FF5; }
span { border-color: rgb(196,95,245); }
td.TdClassName
{
border-color: #C45FF5;
}
.TagClassName
{
border-color: #C45FF5;
}
</style>