Shades of Medium Orchid #D04EDF
Tints of Medium Orchid #D04EDF
RGB
CMYK
RGB Variations
Color information
#D04EDF (or 0xD04EDF) is known color: Medium Orchid. HEX triplet: D0, 4E and DF. RGB value is (208,78,223). Sum of RGB (Red+Green+Blue) = 208+78+223=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #D04EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EDF is #2FB120. Grayscale: #848484. Windows color (decimal): -3125537 or 14634704. OLE color: 14634704.
HSL color Cylindrical-coordinate representation of color #D04EDF: hue angle of 293.79º 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 #D04EDF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 78 | 223 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.13 |
| HSL | 293.79º | 0.69% | 0.59% | - |
| HSV(B) | 293.79º | 0.65% | 0.87% | - |
| XYZ | 42.06 | 24.19 | 72.26 | - |
| YUV | 133.4 | 178.57 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 223 | 0.07 | 0.65 | 0 | 0.13 | 293.79 | 0.69 | 0.59 |
| Hex | D0 | 4E | DF | 7 | 41 | 0 | D | 126 | 45 | 3B |
| Octal | 320 | 116 | 337 | 7 | 101 | 0 | 15 | 446 | 105 | 73 |
| Binary | 11010000 | 1001110 | 11011111 | 111 | 1000001 | 0 | 1101 | 100100110 | 1000101 | 111011 |
Color Harmonies of #D04EDF
Complementary color
Monochromatic Colors of #D04EDF
Black with #D04EDF
Text Example
Text Example
White with #D04EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04EDF; }
p { color: rgb(208,78,223); }
H1.HeaderClassName
{
color: #D04EDF;
}
.AnyTagClassName
{
color: #D04EDF;
}
</style>
background-color css
<style>
a { background-color: #D04EDF; }
a { background-color: rgb(208,78,223); }
div.DivClassName
{
background-color: #D04EDF;
}
.BgClassName
{
background-color: #D04EDF;
}
</style>
border-color css
<style>
span { border-color: #D04EDF; }
span { border-color: rgb(208,78,223); }
td.TdClassName
{
border-color: #D04EDF;
}
.TagClassName
{
border-color: #D04EDF;
}
</style>