Shades of Medium Orchid #C036DE
Tints of Medium Orchid #C036DE
RGB
CMYK
RGB Variations
Color information
#C036DE (or 0xC036DE) is known color: Medium Orchid. HEX triplet: C0, 36 and DE. RGB value is (192,54,222). Sum of RGB (Red+Green+Blue) = 192+54+222=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #C036DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036DE is #3FC921. Grayscale: #717171. Windows color (decimal): -4180258 or 14563008. OLE color: 14563008.
HSL color Cylindrical-coordinate representation of color #C036DE: hue angle of 289.29º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C036DE is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 54 | 222 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.13 |
| HSL | 289.29º | 0.72% | 0.54% | - |
| HSV(B) | 289.29º | 0.76% | 0.87% | - |
| XYZ | 36.24 | 19.12 | 70.89 | - |
| YUV | 114.41 | 188.72 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 222 | 0.14 | 0.76 | 0 | 0.13 | 289.29 | 0.72 | 0.54 |
| Hex | C0 | 36 | DE | E | 4C | 0 | D | 121 | 48 | 36 |
| Octal | 300 | 66 | 336 | 16 | 114 | 0 | 15 | 441 | 110 | 66 |
| Binary | 11000000 | 110110 | 11011110 | 1110 | 1001100 | 0 | 1101 | 100100001 | 1001000 | 110110 |
Color Harmonies of #C036DE
Complementary color
Monochromatic Colors of #C036DE
Black with #C036DE
Text Example
Text Example
White with #C036DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036DE; }
p { color: rgb(192,54,222); }
H1.HeaderClassName
{
color: #C036DE;
}
.AnyTagClassName
{
color: #C036DE;
}
</style>
background-color css
<style>
a { background-color: #C036DE; }
a { background-color: rgb(192,54,222); }
div.DivClassName
{
background-color: #C036DE;
}
.BgClassName
{
background-color: #C036DE;
}
</style>
border-color css
<style>
span { border-color: #C036DE; }
span { border-color: rgb(192,54,222); }
td.TdClassName
{
border-color: #C036DE;
}
.TagClassName
{
border-color: #C036DE;
}
</style>