Shades of Medium Orchid #D04EDD
Tints of Medium Orchid #D04EDD
RGB
CMYK
RGB Variations
Color information
#D04EDD (or 0xD04EDD) is known color: Medium Orchid. HEX triplet: D0, 4E and DD. RGB value is (208,78,221). Sum of RGB (Red+Green+Blue) = 208+78+221=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #D04EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EDD is #2FB122. Grayscale: #848484. Windows color (decimal): -3125539 or 14503632. OLE color: 14503632.
HSL color Cylindrical-coordinate representation of color #D04EDD: hue angle of 294.55º 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 #D04EDD is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 78 | 221 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.13 |
| HSL | 294.55º | 0.68% | 0.59% | - |
| HSV(B) | 294.55º | 0.65% | 0.87% | - |
| XYZ | 41.79 | 24.08 | 70.85 | - |
| YUV | 133.17 | 177.57 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 221 | 0.06 | 0.65 | 0 | 0.13 | 294.55 | 0.68 | 0.59 |
| Hex | D0 | 4E | DD | 6 | 41 | 0 | D | 127 | 44 | 3B |
| Octal | 320 | 116 | 335 | 6 | 101 | 0 | 15 | 447 | 104 | 73 |
| Binary | 11010000 | 1001110 | 11011101 | 110 | 1000001 | 0 | 1101 | 100100111 | 1000100 | 111011 |
Color Harmonies of #D04EDD
Complementary color
Monochromatic Colors of #D04EDD
Black with #D04EDD
Text Example
Text Example
White with #D04EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04EDD; }
p { color: rgb(208,78,221); }
H1.HeaderClassName
{
color: #D04EDD;
}
.AnyTagClassName
{
color: #D04EDD;
}
</style>
background-color css
<style>
a { background-color: #D04EDD; }
a { background-color: rgb(208,78,221); }
div.DivClassName
{
background-color: #D04EDD;
}
.BgClassName
{
background-color: #D04EDD;
}
</style>
border-color css
<style>
span { border-color: #D04EDD; }
span { border-color: rgb(208,78,221); }
td.TdClassName
{
border-color: #D04EDD;
}
.TagClassName
{
border-color: #D04EDD;
}
</style>