Shades of Medium Orchid #D059EB
Tints of Medium Orchid #D059EB
RGB
CMYK
RGB Variations
Color information
#D059EB (or 0xD059EB) is known color: Medium Orchid. HEX triplet: D0, 59 and EB. RGB value is (208,89,235). Sum of RGB (Red+Green+Blue) = 208+89+235=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #D059EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059EB is #2FA614. Grayscale: #8C8C8C. Windows color (decimal): -3122709 or 15423952. OLE color: 15423952.
HSL color Cylindrical-coordinate representation of color #D059EB: hue angle of 288.9º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D059EB is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 89 | 235 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.08 |
| HSL | 288.9º | 0.78% | 0.64% | - |
| HSV(B) | 288.9º | 0.62% | 0.92% | - |
| XYZ | 44.58 | 26.55 | 81.37 | - |
| YUV | 141.23 | 180.92 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 235 | 0.11 | 0.62 | 0 | 0.08 | 288.9 | 0.78 | 0.64 |
| Hex | D0 | 59 | EB | B | 3E | 0 | 8 | 121 | 4E | 40 |
| Octal | 320 | 131 | 353 | 13 | 76 | 0 | 10 | 441 | 116 | 100 |
| Binary | 11010000 | 1011001 | 11101011 | 1011 | 111110 | 0 | 1000 | 100100001 | 1001110 | 1000000 |
Color Harmonies of #D059EB
Complementary color
Monochromatic Colors of #D059EB
Black with #D059EB
Text Example
Text Example
White with #D059EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059EB; }
p { color: rgb(208,89,235); }
H1.HeaderClassName
{
color: #D059EB;
}
.AnyTagClassName
{
color: #D059EB;
}
</style>
background-color css
<style>
a { background-color: #D059EB; }
a { background-color: rgb(208,89,235); }
div.DivClassName
{
background-color: #D059EB;
}
.BgClassName
{
background-color: #D059EB;
}
</style>
border-color css
<style>
span { border-color: #D059EB; }
span { border-color: rgb(208,89,235); }
td.TdClassName
{
border-color: #D059EB;
}
.TagClassName
{
border-color: #D059EB;
}
</style>