Shades of Medium Orchid #D04DE7
Tints of Medium Orchid #D04DE7
RGB
CMYK
RGB Variations
Color information
#D04DE7 (or 0xD04DE7) is known color: Medium Orchid. HEX triplet: D0, 4D and E7. RGB value is (208,77,231). Sum of RGB (Red+Green+Blue) = 208+77+231=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #D04DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04DE7 is #2FB218. Grayscale: #858585. Windows color (decimal): -3125785 or 15158736. OLE color: 15158736.
HSL color Cylindrical-coordinate representation of color #D04DE7: hue angle of 291.04º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04DE7 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 77 | 231 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.09 |
| HSL | 291.04º | 0.76% | 0.6% | - |
| HSV(B) | 291.04º | 0.67% | 0.91% | - |
| XYZ | 43.09 | 24.49 | 78.06 | - |
| YUV | 133.73 | 182.9 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 231 | 0.10 | 0.67 | 0 | 0.09 | 291.04 | 0.76 | 0.6 |
| Hex | D0 | 4D | E7 | A | 43 | 0 | 9 | 123 | 4C | 3C |
| Octal | 320 | 115 | 347 | 12 | 103 | 0 | 11 | 443 | 114 | 74 |
| Binary | 11010000 | 1001101 | 11100111 | 1010 | 1000011 | 0 | 1001 | 100100011 | 1001100 | 111100 |
Color Harmonies of #D04DE7
Complementary color
Monochromatic Colors of #D04DE7
Black with #D04DE7
Text Example
Text Example
White with #D04DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04DE7; }
p { color: rgb(208,77,231); }
H1.HeaderClassName
{
color: #D04DE7;
}
.AnyTagClassName
{
color: #D04DE7;
}
</style>
background-color css
<style>
a { background-color: #D04DE7; }
a { background-color: rgb(208,77,231); }
div.DivClassName
{
background-color: #D04DE7;
}
.BgClassName
{
background-color: #D04DE7;
}
</style>
border-color css
<style>
span { border-color: #D04DE7; }
span { border-color: rgb(208,77,231); }
td.TdClassName
{
border-color: #D04DE7;
}
.TagClassName
{
border-color: #D04DE7;
}
</style>