Shades of Medium Orchid #D059E9
Tints of Medium Orchid #D059E9
RGB
CMYK
RGB Variations
Color information
#D059E9 (or 0xD059E9) is known color: Medium Orchid. HEX triplet: D0, 59 and E9. RGB value is (208,89,233). Sum of RGB (Red+Green+Blue) = 208+89+233=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #D059E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059E9 is #2FA616. Grayscale: #8C8C8C. Windows color (decimal): -3122711 or 15292880. OLE color: 15292880.
HSL color Cylindrical-coordinate representation of color #D059E9: hue angle of 289.58º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D059E9 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 89 | 233 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.09 |
| HSL | 289.58º | 0.77% | 0.63% | - |
| HSV(B) | 289.58º | 0.62% | 0.91% | - |
| XYZ | 44.29 | 26.44 | 79.86 | - |
| YUV | 141 | 179.92 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 233 | 0.11 | 0.62 | 0 | 0.09 | 289.58 | 0.77 | 0.63 |
| Hex | D0 | 59 | E9 | B | 3E | 0 | 9 | 122 | 4D | 3F |
| Octal | 320 | 131 | 351 | 13 | 76 | 0 | 11 | 442 | 115 | 77 |
| Binary | 11010000 | 1011001 | 11101001 | 1011 | 111110 | 0 | 1001 | 100100010 | 1001101 | 111111 |
Color Harmonies of #D059E9
Complementary color
Monochromatic Colors of #D059E9
Black with #D059E9
Text Example
Text Example
White with #D059E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059E9; }
p { color: rgb(208,89,233); }
H1.HeaderClassName
{
color: #D059E9;
}
.AnyTagClassName
{
color: #D059E9;
}
</style>
background-color css
<style>
a { background-color: #D059E9; }
a { background-color: rgb(208,89,233); }
div.DivClassName
{
background-color: #D059E9;
}
.BgClassName
{
background-color: #D059E9;
}
</style>
border-color css
<style>
span { border-color: #D059E9; }
span { border-color: rgb(208,89,233); }
td.TdClassName
{
border-color: #D059E9;
}
.TagClassName
{
border-color: #D059E9;
}
</style>