Shades of Medium Orchid #D04EDA
Tints of Medium Orchid #D04EDA
RGB
CMYK
RGB Variations
Color information
#D04EDA (or 0xD04EDA) is known color: Medium Orchid. HEX triplet: D0, 4E and DA. RGB value is (208,78,218). Sum of RGB (Red+Green+Blue) = 208+78+218=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #D04EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EDA is #2FB125. Grayscale: #848484. Windows color (decimal): -3125542 or 14307024. OLE color: 14307024.
HSL color Cylindrical-coordinate representation of color #D04EDA: hue angle of 295.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04EDA is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 78 | 218 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.15 |
| HSL | 295.71º | 0.65% | 0.58% | - |
| HSV(B) | 295.71º | 0.64% | 0.85% | - |
| XYZ | 41.39 | 23.92 | 68.77 | - |
| YUV | 132.83 | 176.07 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 218 | 0.05 | 0.64 | 0 | 0.15 | 295.71 | 0.65 | 0.58 |
| Hex | D0 | 4E | DA | 5 | 40 | 0 | F | 128 | 41 | 3A |
| Octal | 320 | 116 | 332 | 5 | 100 | 0 | 17 | 450 | 101 | 72 |
| Binary | 11010000 | 1001110 | 11011010 | 101 | 1000000 | 0 | 1111 | 100101000 | 1000001 | 111010 |
Color Harmonies of #D04EDA
Complementary color
Monochromatic Colors of #D04EDA
Black with #D04EDA
Text Example
Text Example
White with #D04EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04EDA; }
p { color: rgb(208,78,218); }
H1.HeaderClassName
{
color: #D04EDA;
}
.AnyTagClassName
{
color: #D04EDA;
}
</style>
background-color css
<style>
a { background-color: #D04EDA; }
a { background-color: rgb(208,78,218); }
div.DivClassName
{
background-color: #D04EDA;
}
.BgClassName
{
background-color: #D04EDA;
}
</style>
border-color css
<style>
span { border-color: #D04EDA; }
span { border-color: rgb(208,78,218); }
td.TdClassName
{
border-color: #D04EDA;
}
.TagClassName
{
border-color: #D04EDA;
}
</style>