Shades of Medium Orchid #D059ED
Tints of Medium Orchid #D059ED
RGB
CMYK
RGB Variations
Color information
#D059ED (or 0xD059ED) is known color: Medium Orchid. HEX triplet: D0, 59 and ED. RGB value is (208,89,237). Sum of RGB (Red+Green+Blue) = 208+89+237=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #D059ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059ED is #2FA612. Grayscale: #8C8C8C. Windows color (decimal): -3122707 or 15555024. OLE color: 15555024.
HSL color Cylindrical-coordinate representation of color #D059ED: hue angle of 288.24º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D059ED is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 89 | 237 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.07 |
| HSL | 288.24º | 0.8% | 0.64% | - |
| HSV(B) | 288.24º | 0.62% | 0.93% | - |
| XYZ | 44.87 | 26.67 | 82.9 | - |
| YUV | 141.45 | 181.92 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 237 | 0.12 | 0.62 | 0 | 0.07 | 288.24 | 0.8 | 0.64 |
| Hex | D0 | 59 | ED | C | 3E | 0 | 7 | 120 | 50 | 40 |
| Octal | 320 | 131 | 355 | 14 | 76 | 0 | 7 | 440 | 120 | 100 |
| Binary | 11010000 | 1011001 | 11101101 | 1100 | 111110 | 0 | 111 | 100100000 | 1010000 | 1000000 |
Color Harmonies of #D059ED
Complementary color
Monochromatic Colors of #D059ED
Black with #D059ED
Text Example
Text Example
White with #D059ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059ED; }
p { color: rgb(208,89,237); }
H1.HeaderClassName
{
color: #D059ED;
}
.AnyTagClassName
{
color: #D059ED;
}
</style>
background-color css
<style>
a { background-color: #D059ED; }
a { background-color: rgb(208,89,237); }
div.DivClassName
{
background-color: #D059ED;
}
.BgClassName
{
background-color: #D059ED;
}
</style>
border-color css
<style>
span { border-color: #D059ED; }
span { border-color: rgb(208,89,237); }
td.TdClassName
{
border-color: #D059ED;
}
.TagClassName
{
border-color: #D059ED;
}
</style>