Shades of Heliotrope #C058FE
Tints of Heliotrope #C058FE
RGB
CMYK
RGB Variations
Color information
#C058FE (or 0xC058FE) is known color: Heliotrope. HEX triplet: C0, 58 and FE. RGB value is (192,88,254). Sum of RGB (Red+Green+Blue) = 192+88+254=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 88 (34.77% from 255 or 16.48% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #C058FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C058FE is #3FA701. Grayscale: #898989. Windows color (decimal): -4171522 or 16668864. OLE color: 16668864.
HSL color Cylindrical-coordinate representation of color #C058FE: hue angle of 277.59º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C058FE is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 88 | 254 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.00 |
| HSL | 277.59º | 0.99% | 0.67% | - |
| HSV(B) | 277.59º | 0.65% | 1% | - |
| XYZ | 43.12 | 25.34 | 96.38 | - |
| YUV | 138.02 | 193.46 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 254 | 0.24 | 0.65 | 0 | 0.00 | 277.59 | 0.99 | 0.67 |
| Hex | C0 | 58 | FE | 18 | 41 | 0 | 0 | 116 | 63 | 43 |
| Octal | 300 | 130 | 376 | 30 | 101 | 0 | 0 | 426 | 143 | 103 |
| Binary | 11000000 | 1011000 | 11111110 | 11000 | 1000001 | 0 | 0 | 100010110 | 1100011 | 1000011 |
Color Harmonies of #C058FE
Complementary color
Monochromatic Colors of #C058FE
Black with #C058FE
Text Example
Text Example
White with #C058FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C058FE; }
p { color: rgb(192,88,254); }
H1.HeaderClassName
{
color: #C058FE;
}
.AnyTagClassName
{
color: #C058FE;
}
</style>
background-color css
<style>
a { background-color: #C058FE; }
a { background-color: rgb(192,88,254); }
div.DivClassName
{
background-color: #C058FE;
}
.BgClassName
{
background-color: #C058FE;
}
</style>
border-color css
<style>
span { border-color: #C058FE; }
span { border-color: rgb(192,88,254); }
td.TdClassName
{
border-color: #C058FE;
}
.TagClassName
{
border-color: #C058FE;
}
</style>