Shades of Heliotrope #C458FF
Tints of Heliotrope #C458FF
RGB
CMYK
RGB Variations
Color information
#C458FF (or 0xC458FF) is known color: Heliotrope. HEX triplet: C4, 58 and FF. RGB value is (196,88,255). Sum of RGB (Red+Green+Blue) = 196+88+255=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #C458FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C458FF is #3BA700. Grayscale: #8A8A8A. Windows color (decimal): -3909377 or 16734404. OLE color: 16734404.
HSL color Cylindrical-coordinate representation of color #C458FF: hue angle of 278.8º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C458FF is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 88 | 255 | - |
| CMYK | 0.23 | 0.65 | 0 | 0 |
| HSL | 278.8º | 1% | 0.67% | - |
| HSV(B) | 278.8º | 0.65% | 1% | - |
| XYZ | 44.3 | 25.94 | 97.28 | - |
| YUV | 139.33 | 193.28 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 255 | 0.23 | 0.65 | 0 | 0 | 278.8 | 1 | 0.67 |
| Hex | C4 | 58 | FF | 17 | 41 | 0 | 0 | 117 | 64 | 43 |
| Octal | 304 | 130 | 377 | 27 | 101 | 0 | 0 | 427 | 144 | 103 |
| Binary | 11000100 | 1011000 | 11111111 | 10111 | 1000001 | 0 | 0 | 100010111 | 1100100 | 1000011 |
Color Harmonies of #C458FF
Complementary color
Monochromatic Colors of #C458FF
Black with #C458FF
Text Example
Text Example
White with #C458FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458FF; }
p { color: rgb(196,88,255); }
H1.HeaderClassName
{
color: #C458FF;
}
.AnyTagClassName
{
color: #C458FF;
}
</style>
background-color css
<style>
a { background-color: #C458FF; }
a { background-color: rgb(196,88,255); }
div.DivClassName
{
background-color: #C458FF;
}
.BgClassName
{
background-color: #C458FF;
}
</style>
border-color css
<style>
span { border-color: #C458FF; }
span { border-color: rgb(196,88,255); }
td.TdClassName
{
border-color: #C458FF;
}
.TagClassName
{
border-color: #C458FF;
}
</style>