Shades of Medium Orchid #C036EB
Tints of Medium Orchid #C036EB
RGB
CMYK
RGB Variations
Color information
#C036EB (or 0xC036EB) is known color: Medium Orchid. HEX triplet: C0, 36 and EB. RGB value is (192,54,235). Sum of RGB (Red+Green+Blue) = 192+54+235=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 54 (21.48% from 255 or 11.23% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #C036EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C036EB is #3FC914. Grayscale: #737373. Windows color (decimal): -4180245 or 15414976. OLE color: 15414976.
HSL color Cylindrical-coordinate representation of color #C036EB: hue angle of 285.75º 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 #C036EB is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 54 | 235 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.08 |
| HSL | 285.75º | 0.82% | 0.57% | - |
| HSV(B) | 285.75º | 0.77% | 0.92% | - |
| XYZ | 38.05 | 19.84 | 80.42 | - |
| YUV | 115.9 | 195.22 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 235 | 0.18 | 0.77 | 0 | 0.08 | 285.75 | 0.82 | 0.57 |
| Hex | C0 | 36 | EB | 12 | 4D | 0 | 8 | 11E | 52 | 39 |
| Octal | 300 | 66 | 353 | 22 | 115 | 0 | 10 | 436 | 122 | 71 |
| Binary | 11000000 | 110110 | 11101011 | 10010 | 1001101 | 0 | 1000 | 100011110 | 1010010 | 111001 |
Color Harmonies of #C036EB
Complementary color
Monochromatic Colors of #C036EB
Black with #C036EB
Text Example
Text Example
White with #C036EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036EB; }
p { color: rgb(192,54,235); }
H1.HeaderClassName
{
color: #C036EB;
}
.AnyTagClassName
{
color: #C036EB;
}
</style>
background-color css
<style>
a { background-color: #C036EB; }
a { background-color: rgb(192,54,235); }
div.DivClassName
{
background-color: #C036EB;
}
.BgClassName
{
background-color: #C036EB;
}
</style>
border-color css
<style>
span { border-color: #C036EB; }
span { border-color: rgb(192,54,235); }
td.TdClassName
{
border-color: #C036EB;
}
.TagClassName
{
border-color: #C036EB;
}
</style>