Shades of Heliotrope #C058FF
Tints of Heliotrope #C058FF
RGB
CMYK
RGB Variations
Color information
#C058FF (or 0xC058FF) is known color: Heliotrope. HEX triplet: C0, 58 and FF. RGB value is (192,88,255). Sum of RGB (Red+Green+Blue) = 192+88+255=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 88 (34.77% from 255 or 16.45% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #C058FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C058FF is #3FA700. Grayscale: #898989. Windows color (decimal): -4171521 or 16734400. OLE color: 16734400.
HSL color Cylindrical-coordinate representation of color #C058FF: hue angle of 277.37º 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 #C058FF is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 88 | 255 | - |
| CMYK | 0.25 | 0.65 | 0 | 0 |
| HSL | 277.37º | 1% | 0.67% | - |
| HSV(B) | 277.37º | 0.65% | 1% | - |
| XYZ | 43.28 | 25.41 | 97.23 | - |
| YUV | 138.13 | 193.96 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 255 | 0.25 | 0.65 | 0 | 0 | 277.37 | 1 | 0.67 |
| Hex | C0 | 58 | FF | 19 | 41 | 0 | 0 | 115 | 64 | 43 |
| Octal | 300 | 130 | 377 | 31 | 101 | 0 | 0 | 425 | 144 | 103 |
| Binary | 11000000 | 1011000 | 11111111 | 11001 | 1000001 | 0 | 0 | 100010101 | 1100100 | 1000011 |
Color Harmonies of #C058FF
Complementary color
Monochromatic Colors of #C058FF
Black with #C058FF
Text Example
Text Example
White with #C058FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C058FF; }
p { color: rgb(192,88,255); }
H1.HeaderClassName
{
color: #C058FF;
}
.AnyTagClassName
{
color: #C058FF;
}
</style>
background-color css
<style>
a { background-color: #C058FF; }
a { background-color: rgb(192,88,255); }
div.DivClassName
{
background-color: #C058FF;
}
.BgClassName
{
background-color: #C058FF;
}
</style>
border-color css
<style>
span { border-color: #C058FF; }
span { border-color: rgb(192,88,255); }
td.TdClassName
{
border-color: #C058FF;
}
.TagClassName
{
border-color: #C058FF;
}
</style>