Shades of Medium Orchid #D050ED
Tints of Medium Orchid #D050ED
RGB
CMYK
RGB Variations
Color information
#D050ED (or 0xD050ED) is known color: Medium Orchid. HEX triplet: D0, 50 and ED. RGB value is (208,80,237). Sum of RGB (Red+Green+Blue) = 208+80+237=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #D050ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D050ED is #2FAF12. Grayscale: #878787. Windows color (decimal): -3125011 or 15552720. OLE color: 15552720.
HSL color Cylindrical-coordinate representation of color #D050ED: hue angle of 288.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D050ED is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 80 | 237 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.07 |
| HSL | 288.92º | 0.81% | 0.62% | - |
| HSV(B) | 288.92º | 0.66% | 0.93% | - |
| XYZ | 44.17 | 25.26 | 82.67 | - |
| YUV | 136.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 237 | 0.12 | 0.66 | 0 | 0.07 | 288.92 | 0.81 | 0.62 |
| Hex | D0 | 50 | ED | C | 42 | 0 | 7 | 121 | 51 | 3E |
| Octal | 320 | 120 | 355 | 14 | 102 | 0 | 7 | 441 | 121 | 76 |
| Binary | 11010000 | 1010000 | 11101101 | 1100 | 1000010 | 0 | 111 | 100100001 | 1010001 | 111110 |
Color Harmonies of #D050ED
Complementary color
Monochromatic Colors of #D050ED
Black with #D050ED
Text Example
Text Example
White with #D050ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D050ED; }
p { color: rgb(208,80,237); }
H1.HeaderClassName
{
color: #D050ED;
}
.AnyTagClassName
{
color: #D050ED;
}
</style>
background-color css
<style>
a { background-color: #D050ED; }
a { background-color: rgb(208,80,237); }
div.DivClassName
{
background-color: #D050ED;
}
.BgClassName
{
background-color: #D050ED;
}
</style>
border-color css
<style>
span { border-color: #D050ED; }
span { border-color: rgb(208,80,237); }
td.TdClassName
{
border-color: #D050ED;
}
.TagClassName
{
border-color: #D050ED;
}
</style>