Shades of Medium Orchid #D059E5
Tints of Medium Orchid #D059E5
RGB
CMYK
RGB Variations
Color information
#D059E5 (or 0xD059E5) is known color: Medium Orchid. HEX triplet: D0, 59 and E5. RGB value is (208,89,229). Sum of RGB (Red+Green+Blue) = 208+89+229=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #D059E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059E5 is #2FA61A. Grayscale: #8C8C8C. Windows color (decimal): -3122715 or 15030736. OLE color: 15030736.
HSL color Cylindrical-coordinate representation of color #D059E5: hue angle of 291º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D059E5 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 89 | 229 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.10 |
| HSL | 291º | 0.73% | 0.62% | - |
| HSV(B) | 291º | 0.61% | 0.9% | - |
| XYZ | 43.73 | 26.21 | 76.88 | - |
| YUV | 140.54 | 177.92 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 229 | 0.09 | 0.61 | 0 | 0.10 | 291 | 0.73 | 0.62 |
| Hex | D0 | 59 | E5 | 9 | 3D | 0 | A | 123 | 49 | 3E |
| Octal | 320 | 131 | 345 | 11 | 75 | 0 | 12 | 443 | 111 | 76 |
| Binary | 11010000 | 1011001 | 11100101 | 1001 | 111101 | 0 | 1010 | 100100011 | 1001001 | 111110 |
Color Harmonies of #D059E5
Complementary color
Monochromatic Colors of #D059E5
Black with #D059E5
Text Example
Text Example
White with #D059E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059E5; }
p { color: rgb(208,89,229); }
H1.HeaderClassName
{
color: #D059E5;
}
.AnyTagClassName
{
color: #D059E5;
}
</style>
background-color css
<style>
a { background-color: #D059E5; }
a { background-color: rgb(208,89,229); }
div.DivClassName
{
background-color: #D059E5;
}
.BgClassName
{
background-color: #D059E5;
}
</style>
border-color css
<style>
span { border-color: #D059E5; }
span { border-color: rgb(208,89,229); }
td.TdClassName
{
border-color: #D059E5;
}
.TagClassName
{
border-color: #D059E5;
}
</style>