Shades of Medium Orchid #C03EDE
Tints of Medium Orchid #C03EDE
RGB
CMYK
RGB Variations
Color information
#C03EDE (or 0xC03EDE) is known color: Medium Orchid. HEX triplet: C0, 3E and DE. RGB value is (192,62,222). Sum of RGB (Red+Green+Blue) = 192+62+222=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #C03EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03EDE is #3FC121. Grayscale: #767676. Windows color (decimal): -4178210 or 14565056. OLE color: 14565056.
HSL color Cylindrical-coordinate representation of color #C03EDE: hue angle of 288.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03EDE is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 62 | 222 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.13 |
| HSL | 288.75º | 0.71% | 0.56% | - |
| HSV(B) | 288.75º | 0.72% | 0.87% | - |
| XYZ | 36.65 | 19.93 | 71.02 | - |
| YUV | 119.11 | 186.07 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 222 | 0.14 | 0.72 | 0 | 0.13 | 288.75 | 0.71 | 0.56 |
| Hex | C0 | 3E | DE | E | 48 | 0 | D | 121 | 47 | 38 |
| Octal | 300 | 76 | 336 | 16 | 110 | 0 | 15 | 441 | 107 | 70 |
| Binary | 11000000 | 111110 | 11011110 | 1110 | 1001000 | 0 | 1101 | 100100001 | 1000111 | 111000 |
Color Harmonies of #C03EDE
Complementary color
Monochromatic Colors of #C03EDE
Black with #C03EDE
Text Example
Text Example
White with #C03EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EDE; }
p { color: rgb(192,62,222); }
H1.HeaderClassName
{
color: #C03EDE;
}
.AnyTagClassName
{
color: #C03EDE;
}
</style>
background-color css
<style>
a { background-color: #C03EDE; }
a { background-color: rgb(192,62,222); }
div.DivClassName
{
background-color: #C03EDE;
}
.BgClassName
{
background-color: #C03EDE;
}
</style>
border-color css
<style>
span { border-color: #C03EDE; }
span { border-color: rgb(192,62,222); }
td.TdClassName
{
border-color: #C03EDE;
}
.TagClassName
{
border-color: #C03EDE;
}
</style>