Shades of Medium Orchid #D059E8
Tints of Medium Orchid #D059E8
RGB
CMYK
RGB Variations
Color information
#D059E8 (or 0xD059E8) is known color: Medium Orchid. HEX triplet: D0, 59 and E8. RGB value is (208,89,232). Sum of RGB (Red+Green+Blue) = 208+89+232=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 232 - color contains mainly: blue. Hex color #D059E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059E8 is #2FA617. Grayscale: #8C8C8C. Windows color (decimal): -3122712 or 15227344. OLE color: 15227344.
HSL color Cylindrical-coordinate representation of color #D059E8: hue angle of 289.93º degrees, saturation: 0.76, 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 #D059E8 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 89 | 232 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.09 |
| HSL | 289.93º | 0.76% | 0.63% | - |
| HSV(B) | 289.93º | 0.62% | 0.91% | - |
| XYZ | 44.15 | 26.38 | 79.11 | - |
| YUV | 140.88 | 179.42 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 232 | 0.10 | 0.62 | 0 | 0.09 | 289.93 | 0.76 | 0.63 |
| Hex | D0 | 59 | E8 | A | 3E | 0 | 9 | 122 | 4C | 3F |
| Octal | 320 | 131 | 350 | 12 | 76 | 0 | 11 | 442 | 114 | 77 |
| Binary | 11010000 | 1011001 | 11101000 | 1010 | 111110 | 0 | 1001 | 100100010 | 1001100 | 111111 |
Color Harmonies of #D059E8
Complementary color
Monochromatic Colors of #D059E8
Black with #D059E8
Text Example
Text Example
White with #D059E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059E8; }
p { color: rgb(208,89,232); }
H1.HeaderClassName
{
color: #D059E8;
}
.AnyTagClassName
{
color: #D059E8;
}
</style>
background-color css
<style>
a { background-color: #D059E8; }
a { background-color: rgb(208,89,232); }
div.DivClassName
{
background-color: #D059E8;
}
.BgClassName
{
background-color: #D059E8;
}
</style>
border-color css
<style>
span { border-color: #D059E8; }
span { border-color: rgb(208,89,232); }
td.TdClassName
{
border-color: #D059E8;
}
.TagClassName
{
border-color: #D059E8;
}
</style>