Shades of Medium Orchid #C04EDD
Tints of Medium Orchid #C04EDD
RGB
CMYK
RGB Variations
Color information
#C04EDD (or 0xC04EDD) is known color: Medium Orchid. HEX triplet: C0, 4E and DD. RGB value is (192,78,221). Sum of RGB (Red+Green+Blue) = 192+78+221=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #C04EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EDD is #3FB122. Grayscale: #7F7F7F. Windows color (decimal): -4174115 or 14503616. OLE color: 14503616.
HSL color Cylindrical-coordinate representation of color #C04EDD: hue angle of 287.83º degrees, saturation: 0.68, 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 #C04EDD is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 78 | 221 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.13 |
| HSL | 287.83º | 0.68% | 0.59% | - |
| HSV(B) | 287.83º | 0.65% | 0.87% | - |
| XYZ | 37.51 | 21.88 | 70.65 | - |
| YUV | 128.39 | 180.27 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 221 | 0.13 | 0.65 | 0 | 0.13 | 287.83 | 0.68 | 0.59 |
| Hex | C0 | 4E | DD | D | 41 | 0 | D | 120 | 44 | 3B |
| Octal | 300 | 116 | 335 | 15 | 101 | 0 | 15 | 440 | 104 | 73 |
| Binary | 11000000 | 1001110 | 11011101 | 1101 | 1000001 | 0 | 1101 | 100100000 | 1000100 | 111011 |
Color Harmonies of #C04EDD
Complementary color
Monochromatic Colors of #C04EDD
Black with #C04EDD
Text Example
Text Example
White with #C04EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EDD; }
p { color: rgb(192,78,221); }
H1.HeaderClassName
{
color: #C04EDD;
}
.AnyTagClassName
{
color: #C04EDD;
}
</style>
background-color css
<style>
a { background-color: #C04EDD; }
a { background-color: rgb(192,78,221); }
div.DivClassName
{
background-color: #C04EDD;
}
.BgClassName
{
background-color: #C04EDD;
}
</style>
border-color css
<style>
span { border-color: #C04EDD; }
span { border-color: rgb(192,78,221); }
td.TdClassName
{
border-color: #C04EDD;
}
.TagClassName
{
border-color: #C04EDD;
}
</style>