Shades of Medium Orchid #D059E6
Tints of Medium Orchid #D059E6
RGB
CMYK
RGB Variations
Color information
#D059E6 (or 0xD059E6) is known color: Medium Orchid. HEX triplet: D0, 59 and E6. RGB value is (208,89,230). Sum of RGB (Red+Green+Blue) = 208+89+230=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #D059E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059E6 is #2FA619. Grayscale: #8C8C8C. Windows color (decimal): -3122714 or 15096272. OLE color: 15096272.
HSL color Cylindrical-coordinate representation of color #D059E6: hue angle of 290.64º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D059E6 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 89 | 230 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.10 |
| HSL | 290.64º | 0.74% | 0.63% | - |
| HSV(B) | 290.64º | 0.61% | 0.9% | - |
| XYZ | 43.87 | 26.27 | 77.62 | - |
| YUV | 140.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 230 | 0.10 | 0.61 | 0 | 0.10 | 290.64 | 0.74 | 0.63 |
| Hex | D0 | 59 | E6 | A | 3D | 0 | A | 123 | 4A | 3F |
| Octal | 320 | 131 | 346 | 12 | 75 | 0 | 12 | 443 | 112 | 77 |
| Binary | 11010000 | 1011001 | 11100110 | 1010 | 111101 | 0 | 1010 | 100100011 | 1001010 | 111111 |
Color Harmonies of #D059E6
Complementary color
Monochromatic Colors of #D059E6
Black with #D059E6
Text Example
Text Example
White with #D059E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059E6; }
p { color: rgb(208,89,230); }
H1.HeaderClassName
{
color: #D059E6;
}
.AnyTagClassName
{
color: #D059E6;
}
</style>
background-color css
<style>
a { background-color: #D059E6; }
a { background-color: rgb(208,89,230); }
div.DivClassName
{
background-color: #D059E6;
}
.BgClassName
{
background-color: #D059E6;
}
</style>
border-color css
<style>
span { border-color: #D059E6; }
span { border-color: rgb(208,89,230); }
td.TdClassName
{
border-color: #D059E6;
}
.TagClassName
{
border-color: #D059E6;
}
</style>