Shades of Medium Orchid #D049EC
Tints of Medium Orchid #D049EC
RGB
CMYK
RGB Variations
Color information
#D049EC (or 0xD049EC) is known color: Medium Orchid. HEX triplet: D0, 49 and EC. RGB value is (208,73,236). Sum of RGB (Red+Green+Blue) = 208+73+236=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #D049EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D049EC is #2FB613. Grayscale: #838383. Windows color (decimal): -3126804 or 15485392. OLE color: 15485392.
HSL color Cylindrical-coordinate representation of color #D049EC: hue angle of 289.69º degrees, saturation: 0.81, 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 #D049EC is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 73 | 236 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.07 |
| HSL | 289.69º | 0.81% | 0.61% | - |
| HSV(B) | 289.69º | 0.69% | 0.93% | - |
| XYZ | 43.54 | 24.23 | 81.74 | - |
| YUV | 131.95 | 186.73 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 236 | 0.12 | 0.69 | 0 | 0.07 | 289.69 | 0.81 | 0.61 |
| Hex | D0 | 49 | EC | C | 45 | 0 | 7 | 122 | 51 | 3D |
| Octal | 320 | 111 | 354 | 14 | 105 | 0 | 7 | 442 | 121 | 75 |
| Binary | 11010000 | 1001001 | 11101100 | 1100 | 1000101 | 0 | 111 | 100100010 | 1010001 | 111101 |
Color Harmonies of #D049EC
Complementary color
Monochromatic Colors of #D049EC
Black with #D049EC
Text Example
Text Example
White with #D049EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049EC; }
p { color: rgb(208,73,236); }
H1.HeaderClassName
{
color: #D049EC;
}
.AnyTagClassName
{
color: #D049EC;
}
</style>
background-color css
<style>
a { background-color: #D049EC; }
a { background-color: rgb(208,73,236); }
div.DivClassName
{
background-color: #D049EC;
}
.BgClassName
{
background-color: #D049EC;
}
</style>
border-color css
<style>
span { border-color: #D049EC; }
span { border-color: rgb(208,73,236); }
td.TdClassName
{
border-color: #D049EC;
}
.TagClassName
{
border-color: #D049EC;
}
</style>