Shades of Medium Orchid #C058EE
Tints of Medium Orchid #C058EE
RGB
CMYK
RGB Variations
Color information
#C058EE (or 0xC058EE) is known color: Medium Orchid. HEX triplet: C0, 58 and EE. RGB value is (192,88,238). Sum of RGB (Red+Green+Blue) = 192+88+238=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #C058EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C058EE is #3FA711. Grayscale: #878787. Windows color (decimal): -4171538 or 15620288. OLE color: 15620288.
HSL color Cylindrical-coordinate representation of color #C058EE: hue angle of 281.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C058EE is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 88 | 238 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.07 |
| HSL | 281.6º | 0.82% | 0.64% | - |
| HSV(B) | 281.6º | 0.63% | 0.93% | - |
| XYZ | 40.66 | 24.36 | 83.45 | - |
| YUV | 136.2 | 185.46 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 238 | 0.19 | 0.63 | 0 | 0.07 | 281.6 | 0.82 | 0.64 |
| Hex | C0 | 58 | EE | 13 | 3F | 0 | 7 | 11A | 52 | 40 |
| Octal | 300 | 130 | 356 | 23 | 77 | 0 | 7 | 432 | 122 | 100 |
| Binary | 11000000 | 1011000 | 11101110 | 10011 | 111111 | 0 | 111 | 100011010 | 1010010 | 1000000 |
Color Harmonies of #C058EE
Complementary color
Monochromatic Colors of #C058EE
Black with #C058EE
Text Example
Text Example
White with #C058EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C058EE; }
p { color: rgb(192,88,238); }
H1.HeaderClassName
{
color: #C058EE;
}
.AnyTagClassName
{
color: #C058EE;
}
</style>
background-color css
<style>
a { background-color: #C058EE; }
a { background-color: rgb(192,88,238); }
div.DivClassName
{
background-color: #C058EE;
}
.BgClassName
{
background-color: #C058EE;
}
</style>
border-color css
<style>
span { border-color: #C058EE; }
span { border-color: rgb(192,88,238); }
td.TdClassName
{
border-color: #C058EE;
}
.TagClassName
{
border-color: #C058EE;
}
</style>