Shades of Medium Orchid #D04DE3
Tints of Medium Orchid #D04DE3
RGB
CMYK
RGB Variations
Color information
#D04DE3 (or 0xD04DE3) is known color: Medium Orchid. HEX triplet: D0, 4D and E3. RGB value is (208,77,227). Sum of RGB (Red+Green+Blue) = 208+77+227=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 227 (89.06% from 255 or 44.34% from 512); Max value from RGB is 227 - color contains mainly: blue. Hex color #D04DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DE3 is #2FB21C. Grayscale: #848484. Windows color (decimal): -3125789 or 14896592. OLE color: 14896592.
HSL color Cylindrical-coordinate representation of color #D04DE3: hue angle of 292.4º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04DE3 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 77 | 227 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.11 |
| HSL | 292.4º | 0.73% | 0.6% | - |
| HSV(B) | 292.4º | 0.66% | 0.89% | - |
| XYZ | 42.53 | 24.26 | 75.11 | - |
| YUV | 133.27 | 180.9 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 227 | 0.08 | 0.66 | 0 | 0.11 | 292.4 | 0.73 | 0.6 |
| Hex | D0 | 4D | E3 | 8 | 42 | 0 | B | 124 | 49 | 3C |
| Octal | 320 | 115 | 343 | 10 | 102 | 0 | 13 | 444 | 111 | 74 |
| Binary | 11010000 | 1001101 | 11100011 | 1000 | 1000010 | 0 | 1011 | 100100100 | 1001001 | 111100 |
Color Harmonies of #D04DE3
Complementary color
Monochromatic Colors of #D04DE3
Black with #D04DE3
Text Example
Text Example
White with #D04DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04DE3; }
p { color: rgb(208,77,227); }
H1.HeaderClassName
{
color: #D04DE3;
}
.AnyTagClassName
{
color: #D04DE3;
}
</style>
background-color css
<style>
a { background-color: #D04DE3; }
a { background-color: rgb(208,77,227); }
div.DivClassName
{
background-color: #D04DE3;
}
.BgClassName
{
background-color: #D04DE3;
}
</style>
border-color css
<style>
span { border-color: #D04DE3; }
span { border-color: rgb(208,77,227); }
td.TdClassName
{
border-color: #D04DE3;
}
.TagClassName
{
border-color: #D04DE3;
}
</style>