Shades of Medium Orchid #C04EDE
Tints of Medium Orchid #C04EDE
RGB
CMYK
RGB Variations
Color information
#C04EDE (or 0xC04EDE) is known color: Medium Orchid. HEX triplet: C0, 4E and DE. RGB value is (192,78,222). Sum of RGB (Red+Green+Blue) = 192+78+222=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #C04EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EDE is #3FB121. Grayscale: #808080. Windows color (decimal): -4174114 or 14569152. OLE color: 14569152.
HSL color Cylindrical-coordinate representation of color #C04EDE: hue angle of 287.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04EDE is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 78 | 222 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.13 |
| HSL | 287.5º | 0.69% | 0.59% | - |
| HSV(B) | 287.5º | 0.65% | 0.87% | - |
| XYZ | 37.65 | 21.93 | 71.36 | - |
| YUV | 128.5 | 180.77 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 222 | 0.14 | 0.65 | 0 | 0.13 | 287.5 | 0.69 | 0.59 |
| Hex | C0 | 4E | DE | E | 41 | 0 | D | 120 | 45 | 3B |
| Octal | 300 | 116 | 336 | 16 | 101 | 0 | 15 | 440 | 105 | 73 |
| Binary | 11000000 | 1001110 | 11011110 | 1110 | 1000001 | 0 | 1101 | 100100000 | 1000101 | 111011 |
Color Harmonies of #C04EDE
Complementary color
Monochromatic Colors of #C04EDE
Black with #C04EDE
Text Example
Text Example
White with #C04EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EDE; }
p { color: rgb(192,78,222); }
H1.HeaderClassName
{
color: #C04EDE;
}
.AnyTagClassName
{
color: #C04EDE;
}
</style>
background-color css
<style>
a { background-color: #C04EDE; }
a { background-color: rgb(192,78,222); }
div.DivClassName
{
background-color: #C04EDE;
}
.BgClassName
{
background-color: #C04EDE;
}
</style>
border-color css
<style>
span { border-color: #C04EDE; }
span { border-color: rgb(192,78,222); }
td.TdClassName
{
border-color: #C04EDE;
}
.TagClassName
{
border-color: #C04EDE;
}
</style>