Shades of Heliotrope #C457FC
Tints of Heliotrope #C457FC
RGB
CMYK
RGB Variations
Color information
#C457FC (or 0xC457FC) is known color: Heliotrope. HEX triplet: C4, 57 and FC. RGB value is (196,87,252). Sum of RGB (Red+Green+Blue) = 196+87+252=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 87 (34.38% from 255 or 16.26% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #C457FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C457FC is #3BA803. Grayscale: #898989. Windows color (decimal): -3909636 or 16537540. OLE color: 16537540.
HSL color Cylindrical-coordinate representation of color #C457FC: hue angle of 279.64º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C457FC is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 87 | 252 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.01 |
| HSL | 279.64º | 0.96% | 0.66% | - |
| HSV(B) | 279.64º | 0.65% | 0.99% | - |
| XYZ | 43.74 | 25.58 | 94.73 | - |
| YUV | 138.4 | 192.11 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 252 | 0.22 | 0.65 | 0 | 0.01 | 279.64 | 0.96 | 0.66 |
| Hex | C4 | 57 | FC | 16 | 41 | 0 | 1 | 118 | 60 | 42 |
| Octal | 304 | 127 | 374 | 26 | 101 | 0 | 1 | 430 | 140 | 102 |
| Binary | 11000100 | 1010111 | 11111100 | 10110 | 1000001 | 0 | 1 | 100011000 | 1100000 | 1000010 |
Color Harmonies of #C457FC
Complementary color
Monochromatic Colors of #C457FC
Black with #C457FC
Text Example
Text Example
White with #C457FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C457FC; }
p { color: rgb(196,87,252); }
H1.HeaderClassName
{
color: #C457FC;
}
.AnyTagClassName
{
color: #C457FC;
}
</style>
background-color css
<style>
a { background-color: #C457FC; }
a { background-color: rgb(196,87,252); }
div.DivClassName
{
background-color: #C457FC;
}
.BgClassName
{
background-color: #C457FC;
}
</style>
border-color css
<style>
span { border-color: #C457FC; }
span { border-color: rgb(196,87,252); }
td.TdClassName
{
border-color: #C457FC;
}
.TagClassName
{
border-color: #C457FC;
}
</style>