Shades of Medium Orchid #D049ED
Tints of Medium Orchid #D049ED
RGB
CMYK
RGB Variations
Color information
#D049ED (or 0xD049ED) is known color: Medium Orchid. HEX triplet: D0, 49 and ED. RGB value is (208,73,237). Sum of RGB (Red+Green+Blue) = 208+73+237=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #D049ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D049ED is #2FB612. Grayscale: #838383. Windows color (decimal): -3126803 or 15550928. OLE color: 15550928.
HSL color Cylindrical-coordinate representation of color #D049ED: hue angle of 289.39º degrees, saturation: 0.82, 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 #D049ED is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 73 | 237 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.07 |
| HSL | 289.39º | 0.82% | 0.61% | - |
| HSV(B) | 289.39º | 0.69% | 0.93% | - |
| XYZ | 43.68 | 24.29 | 82.51 | - |
| YUV | 132.06 | 187.23 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 237 | 0.12 | 0.69 | 0 | 0.07 | 289.39 | 0.82 | 0.61 |
| Hex | D0 | 49 | ED | C | 45 | 0 | 7 | 121 | 52 | 3D |
| Octal | 320 | 111 | 355 | 14 | 105 | 0 | 7 | 441 | 122 | 75 |
| Binary | 11010000 | 1001001 | 11101101 | 1100 | 1000101 | 0 | 111 | 100100001 | 1010010 | 111101 |
Color Harmonies of #D049ED
Complementary color
Monochromatic Colors of #D049ED
Black with #D049ED
Text Example
Text Example
White with #D049ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049ED; }
p { color: rgb(208,73,237); }
H1.HeaderClassName
{
color: #D049ED;
}
.AnyTagClassName
{
color: #D049ED;
}
</style>
background-color css
<style>
a { background-color: #D049ED; }
a { background-color: rgb(208,73,237); }
div.DivClassName
{
background-color: #D049ED;
}
.BgClassName
{
background-color: #D049ED;
}
</style>
border-color css
<style>
span { border-color: #D049ED; }
span { border-color: rgb(208,73,237); }
td.TdClassName
{
border-color: #D049ED;
}
.TagClassName
{
border-color: #D049ED;
}
</style>