Shades of Medium Orchid #D049EE
Tints of Medium Orchid #D049EE
RGB
CMYK
RGB Variations
Color information
#D049EE (or 0xD049EE) is known color: Medium Orchid. HEX triplet: D0, 49 and EE. RGB value is (208,73,238). Sum of RGB (Red+Green+Blue) = 208+73+238=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #D049EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D049EE is #2FB611. Grayscale: #838383. Windows color (decimal): -3126802 or 15616464. OLE color: 15616464.
HSL color Cylindrical-coordinate representation of color #D049EE: hue angle of 289.09º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D049EE is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 73 | 238 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.07 |
| HSL | 289.09º | 0.83% | 0.61% | - |
| HSV(B) | 289.09º | 0.69% | 0.93% | - |
| XYZ | 43.83 | 24.35 | 83.28 | - |
| YUV | 132.18 | 187.73 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 238 | 0.13 | 0.69 | 0 | 0.07 | 289.09 | 0.83 | 0.61 |
| Hex | D0 | 49 | EE | D | 45 | 0 | 7 | 121 | 53 | 3D |
| Octal | 320 | 111 | 356 | 15 | 105 | 0 | 7 | 441 | 123 | 75 |
| Binary | 11010000 | 1001001 | 11101110 | 1101 | 1000101 | 0 | 111 | 100100001 | 1010011 | 111101 |
Color Harmonies of #D049EE
Complementary color
Monochromatic Colors of #D049EE
Black with #D049EE
Text Example
Text Example
White with #D049EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049EE; }
p { color: rgb(208,73,238); }
H1.HeaderClassName
{
color: #D049EE;
}
.AnyTagClassName
{
color: #D049EE;
}
</style>
background-color css
<style>
a { background-color: #D049EE; }
a { background-color: rgb(208,73,238); }
div.DivClassName
{
background-color: #D049EE;
}
.BgClassName
{
background-color: #D049EE;
}
</style>
border-color css
<style>
span { border-color: #D049EE; }
span { border-color: rgb(208,73,238); }
td.TdClassName
{
border-color: #D049EE;
}
.TagClassName
{
border-color: #D049EE;
}
</style>