Shades of Medium Orchid #D044EE
Tints of Medium Orchid #D044EE
RGB
CMYK
RGB Variations
Color information
#D044EE (or 0xD044EE) is known color: Medium Orchid. HEX triplet: D0, 44 and EE. RGB value is (208,68,238). Sum of RGB (Red+Green+Blue) = 208+68+238=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 68 (26.95% from 255 or 13.23% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #D044EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D044EE is #2FBB11. Grayscale: #808080. Windows color (decimal): -3128082 or 15615184. OLE color: 15615184.
HSL color Cylindrical-coordinate representation of color #D044EE: hue angle of 289.41º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D044EE is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 68 | 238 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.07 |
| HSL | 289.41º | 0.83% | 0.6% | - |
| HSV(B) | 289.41º | 0.71% | 0.93% | - |
| XYZ | 43.51 | 23.72 | 83.17 | - |
| YUV | 129.24 | 189.38 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 238 | 0.13 | 0.71 | 0 | 0.07 | 289.41 | 0.83 | 0.6 |
| Hex | D0 | 44 | EE | D | 47 | 0 | 7 | 121 | 53 | 3C |
| Octal | 320 | 104 | 356 | 15 | 107 | 0 | 7 | 441 | 123 | 74 |
| Binary | 11010000 | 1000100 | 11101110 | 1101 | 1000111 | 0 | 111 | 100100001 | 1010011 | 111100 |
Color Harmonies of #D044EE
Complementary color
Monochromatic Colors of #D044EE
Black with #D044EE
Text Example
Text Example
White with #D044EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044EE; }
p { color: rgb(208,68,238); }
H1.HeaderClassName
{
color: #D044EE;
}
.AnyTagClassName
{
color: #D044EE;
}
</style>
background-color css
<style>
a { background-color: #D044EE; }
a { background-color: rgb(208,68,238); }
div.DivClassName
{
background-color: #D044EE;
}
.BgClassName
{
background-color: #D044EE;
}
</style>
border-color css
<style>
span { border-color: #D044EE; }
span { border-color: rgb(208,68,238); }
td.TdClassName
{
border-color: #D044EE;
}
.TagClassName
{
border-color: #D044EE;
}
</style>