Shades of Medium Orchid #C058EB
Tints of Medium Orchid #C058EB
RGB
CMYK
RGB Variations
Color information
#C058EB (or 0xC058EB) is known color: Medium Orchid. HEX triplet: C0, 58 and EB. RGB value is (192,88,235). Sum of RGB (Red+Green+Blue) = 192+88+235=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #C058EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C058EB is #3FA714. Grayscale: #878787. Windows color (decimal): -4171541 or 15423680. OLE color: 15423680.
HSL color Cylindrical-coordinate representation of color #C058EB: hue angle of 282.45º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C058EB is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 88 | 235 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.08 |
| HSL | 282.45º | 0.79% | 0.63% | - |
| HSV(B) | 282.45º | 0.63% | 0.92% | - |
| XYZ | 40.22 | 24.18 | 81.15 | - |
| YUV | 135.85 | 183.96 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 235 | 0.18 | 0.63 | 0 | 0.08 | 282.45 | 0.79 | 0.63 |
| Hex | C0 | 58 | EB | 12 | 3F | 0 | 8 | 11A | 4F | 3F |
| Octal | 300 | 130 | 353 | 22 | 77 | 0 | 10 | 432 | 117 | 77 |
| Binary | 11000000 | 1011000 | 11101011 | 10010 | 111111 | 0 | 1000 | 100011010 | 1001111 | 111111 |
Color Harmonies of #C058EB
Complementary color
Monochromatic Colors of #C058EB
Black with #C058EB
Text Example
Text Example
White with #C058EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C058EB; }
p { color: rgb(192,88,235); }
H1.HeaderClassName
{
color: #C058EB;
}
.AnyTagClassName
{
color: #C058EB;
}
</style>
background-color css
<style>
a { background-color: #C058EB; }
a { background-color: rgb(192,88,235); }
div.DivClassName
{
background-color: #C058EB;
}
.BgClassName
{
background-color: #C058EB;
}
</style>
border-color css
<style>
span { border-color: #C058EB; }
span { border-color: rgb(192,88,235); }
td.TdClassName
{
border-color: #C058EB;
}
.TagClassName
{
border-color: #C058EB;
}
</style>