Shades of Medium Orchid #C037EB
Tints of Medium Orchid #C037EB
RGB
CMYK
RGB Variations
Color information
#C037EB (or 0xC037EB) is known color: Medium Orchid. HEX triplet: C0, 37 and EB. RGB value is (192,55,235). Sum of RGB (Red+Green+Blue) = 192+55+235=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #C037EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C037EB is #3FC814. Grayscale: #737373. Windows color (decimal): -4179989 or 15415232. OLE color: 15415232.
HSL color Cylindrical-coordinate representation of color #C037EB: hue angle of 285.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C037EB is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 55 | 235 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.08 |
| HSL | 285.67º | 0.82% | 0.57% | - |
| HSV(B) | 285.67º | 0.77% | 0.92% | - |
| XYZ | 38.1 | 19.94 | 80.44 | - |
| YUV | 116.48 | 194.89 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 235 | 0.18 | 0.77 | 0 | 0.08 | 285.67 | 0.82 | 0.57 |
| Hex | C0 | 37 | EB | 12 | 4D | 0 | 8 | 11E | 52 | 39 |
| Octal | 300 | 67 | 353 | 22 | 115 | 0 | 10 | 436 | 122 | 71 |
| Binary | 11000000 | 110111 | 11101011 | 10010 | 1001101 | 0 | 1000 | 100011110 | 1010010 | 111001 |
Color Harmonies of #C037EB
Complementary color
Monochromatic Colors of #C037EB
Black with #C037EB
Text Example
Text Example
White with #C037EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C037EB; }
p { color: rgb(192,55,235); }
H1.HeaderClassName
{
color: #C037EB;
}
.AnyTagClassName
{
color: #C037EB;
}
</style>
background-color css
<style>
a { background-color: #C037EB; }
a { background-color: rgb(192,55,235); }
div.DivClassName
{
background-color: #C037EB;
}
.BgClassName
{
background-color: #C037EB;
}
</style>
border-color css
<style>
span { border-color: #C037EB; }
span { border-color: rgb(192,55,235); }
td.TdClassName
{
border-color: #C037EB;
}
.TagClassName
{
border-color: #C037EB;
}
</style>