Shades of Medium Orchid #D059EC
Tints of Medium Orchid #D059EC
RGB
CMYK
RGB Variations
Color information
#D059EC (or 0xD059EC) is known color: Medium Orchid. HEX triplet: D0, 59 and EC. RGB value is (208,89,236). Sum of RGB (Red+Green+Blue) = 208+89+236=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #D059EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059EC is #2FA613. Grayscale: #8C8C8C. Windows color (decimal): -3122708 or 15489488. OLE color: 15489488.
HSL color Cylindrical-coordinate representation of color #D059EC: hue angle of 288.57º degrees, saturation: 0.79, 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 #D059EC is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 89 | 236 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.07 |
| HSL | 288.57º | 0.79% | 0.64% | - |
| HSV(B) | 288.57º | 0.62% | 0.93% | - |
| XYZ | 44.73 | 26.61 | 82.14 | - |
| YUV | 141.34 | 181.42 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 236 | 0.12 | 0.62 | 0 | 0.07 | 288.57 | 0.79 | 0.64 |
| Hex | D0 | 59 | EC | C | 3E | 0 | 7 | 121 | 4F | 40 |
| Octal | 320 | 131 | 354 | 14 | 76 | 0 | 7 | 441 | 117 | 100 |
| Binary | 11010000 | 1011001 | 11101100 | 1100 | 111110 | 0 | 111 | 100100001 | 1001111 | 1000000 |
Color Harmonies of #D059EC
Complementary color
Monochromatic Colors of #D059EC
Black with #D059EC
Text Example
Text Example
White with #D059EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059EC; }
p { color: rgb(208,89,236); }
H1.HeaderClassName
{
color: #D059EC;
}
.AnyTagClassName
{
color: #D059EC;
}
</style>
background-color css
<style>
a { background-color: #D059EC; }
a { background-color: rgb(208,89,236); }
div.DivClassName
{
background-color: #D059EC;
}
.BgClassName
{
background-color: #D059EC;
}
</style>
border-color css
<style>
span { border-color: #D059EC; }
span { border-color: rgb(208,89,236); }
td.TdClassName
{
border-color: #D059EC;
}
.TagClassName
{
border-color: #D059EC;
}
</style>