Shades of Medium Orchid #D04DEE
Tints of Medium Orchid #D04DEE
RGB
CMYK
RGB Variations
Color information
#D04DEE (or 0xD04DEE) is known color: Medium Orchid. HEX triplet: D0, 4D and EE. RGB value is (208,77,238). Sum of RGB (Red+Green+Blue) = 208+77+238=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #D04DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04DEE is #2FB211. Grayscale: #868686. Windows color (decimal): -3125778 or 15617488. OLE color: 15617488.
HSL color Cylindrical-coordinate representation of color #D04DEE: hue angle of 288.82º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04DEE is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 77 | 238 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.07 |
| HSL | 288.82º | 0.83% | 0.62% | - |
| HSV(B) | 288.82º | 0.68% | 0.93% | - |
| XYZ | 44.1 | 24.89 | 83.37 | - |
| YUV | 134.52 | 186.4 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 238 | 0.13 | 0.68 | 0 | 0.07 | 288.82 | 0.83 | 0.62 |
| Hex | D0 | 4D | EE | D | 44 | 0 | 7 | 121 | 53 | 3E |
| Octal | 320 | 115 | 356 | 15 | 104 | 0 | 7 | 441 | 123 | 76 |
| Binary | 11010000 | 1001101 | 11101110 | 1101 | 1000100 | 0 | 111 | 100100001 | 1010011 | 111110 |
Color Harmonies of #D04DEE
Complementary color
Monochromatic Colors of #D04DEE
Black with #D04DEE
Text Example
Text Example
White with #D04DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04DEE; }
p { color: rgb(208,77,238); }
H1.HeaderClassName
{
color: #D04DEE;
}
.AnyTagClassName
{
color: #D04DEE;
}
</style>
background-color css
<style>
a { background-color: #D04DEE; }
a { background-color: rgb(208,77,238); }
div.DivClassName
{
background-color: #D04DEE;
}
.BgClassName
{
background-color: #D04DEE;
}
</style>
border-color css
<style>
span { border-color: #D04DEE; }
span { border-color: rgb(208,77,238); }
td.TdClassName
{
border-color: #D04DEE;
}
.TagClassName
{
border-color: #D04DEE;
}
</style>