Shades of Medium Orchid #D059E2
Tints of Medium Orchid #D059E2
RGB
CMYK
RGB Variations
Color information
#D059E2 (or 0xD059E2) is known color: Medium Orchid. HEX triplet: D0, 59 and E2. RGB value is (208,89,226). Sum of RGB (Red+Green+Blue) = 208+89+226=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 226 - color contains mainly: blue. Hex color #D059E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059E2 is #2FA61D. Grayscale: #8B8B8B. Windows color (decimal): -3122718 or 14834128. OLE color: 14834128.
HSL color Cylindrical-coordinate representation of color #D059E2: hue angle of 292.12º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D059E2 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 89 | 226 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.11 |
| HSL | 292.12º | 0.7% | 0.62% | - |
| HSV(B) | 292.12º | 0.61% | 0.89% | - |
| XYZ | 43.31 | 26.05 | 74.7 | - |
| YUV | 140.2 | 176.42 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 226 | 0.08 | 0.61 | 0 | 0.11 | 292.12 | 0.7 | 0.62 |
| Hex | D0 | 59 | E2 | 8 | 3D | 0 | B | 124 | 46 | 3E |
| Octal | 320 | 131 | 342 | 10 | 75 | 0 | 13 | 444 | 106 | 76 |
| Binary | 11010000 | 1011001 | 11100010 | 1000 | 111101 | 0 | 1011 | 100100100 | 1000110 | 111110 |
Color Harmonies of #D059E2
Complementary color
Monochromatic Colors of #D059E2
Black with #D059E2
Text Example
Text Example
White with #D059E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059E2; }
p { color: rgb(208,89,226); }
H1.HeaderClassName
{
color: #D059E2;
}
.AnyTagClassName
{
color: #D059E2;
}
</style>
background-color css
<style>
a { background-color: #D059E2; }
a { background-color: rgb(208,89,226); }
div.DivClassName
{
background-color: #D059E2;
}
.BgClassName
{
background-color: #D059E2;
}
</style>
border-color css
<style>
span { border-color: #D059E2; }
span { border-color: rgb(208,89,226); }
td.TdClassName
{
border-color: #D059E2;
}
.TagClassName
{
border-color: #D059E2;
}
</style>