Shades of Heliotrope #C458FA
Tints of Heliotrope #C458FA
RGB
CMYK
RGB Variations
Color information
#C458FA (or 0xC458FA) is known color: Heliotrope. HEX triplet: C4, 58 and FA. RGB value is (196,88,250). Sum of RGB (Red+Green+Blue) = 196+88+250=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 88 (34.77% from 255 or 16.48% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #C458FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C458FA is #3BA705. Grayscale: #8A8A8A. Windows color (decimal): -3909382 or 16406724. OLE color: 16406724.
HSL color Cylindrical-coordinate representation of color #C458FA: hue angle of 280º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C458FA is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 88 | 250 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.02 |
| HSL | 280º | 0.94% | 0.66% | - |
| HSV(B) | 280º | 0.65% | 0.98% | - |
| XYZ | 43.51 | 25.62 | 93.09 | - |
| YUV | 138.76 | 190.78 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 250 | 0.22 | 0.65 | 0 | 0.02 | 280 | 0.94 | 0.66 |
| Hex | C4 | 58 | FA | 16 | 41 | 0 | 2 | 118 | 5E | 42 |
| Octal | 304 | 130 | 372 | 26 | 101 | 0 | 2 | 430 | 136 | 102 |
| Binary | 11000100 | 1011000 | 11111010 | 10110 | 1000001 | 0 | 10 | 100011000 | 1011110 | 1000010 |
Color Harmonies of #C458FA
Complementary color
Monochromatic Colors of #C458FA
Black with #C458FA
Text Example
Text Example
White with #C458FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458FA; }
p { color: rgb(196,88,250); }
H1.HeaderClassName
{
color: #C458FA;
}
.AnyTagClassName
{
color: #C458FA;
}
</style>
background-color css
<style>
a { background-color: #C458FA; }
a { background-color: rgb(196,88,250); }
div.DivClassName
{
background-color: #C458FA;
}
.BgClassName
{
background-color: #C458FA;
}
</style>
border-color css
<style>
span { border-color: #C458FA; }
span { border-color: rgb(196,88,250); }
td.TdClassName
{
border-color: #C458FA;
}
.TagClassName
{
border-color: #C458FA;
}
</style>