Shades of Medium Orchid #D059E4
Tints of Medium Orchid #D059E4
RGB
CMYK
RGB Variations
Color information
#D059E4 (or 0xD059E4) is known color: Medium Orchid. HEX triplet: D0, 59 and E4. RGB value is (208,89,228). Sum of RGB (Red+Green+Blue) = 208+89+228=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 228 - color contains mainly: blue. Hex color #D059E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059E4 is #2FA61B. Grayscale: #8B8B8B. Windows color (decimal): -3122716 or 14965200. OLE color: 14965200.
HSL color Cylindrical-coordinate representation of color #D059E4: hue angle of 291.37º degrees, saturation: 0.72, 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 #D059E4 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 89 | 228 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.11 |
| HSL | 291.37º | 0.72% | 0.62% | - |
| HSV(B) | 291.37º | 0.61% | 0.89% | - |
| XYZ | 43.59 | 26.16 | 76.15 | - |
| YUV | 140.43 | 177.42 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 228 | 0.09 | 0.61 | 0 | 0.11 | 291.37 | 0.72 | 0.62 |
| Hex | D0 | 59 | E4 | 9 | 3D | 0 | B | 123 | 48 | 3E |
| Octal | 320 | 131 | 344 | 11 | 75 | 0 | 13 | 443 | 110 | 76 |
| Binary | 11010000 | 1011001 | 11100100 | 1001 | 111101 | 0 | 1011 | 100100011 | 1001000 | 111110 |
Color Harmonies of #D059E4
Complementary color
Monochromatic Colors of #D059E4
Black with #D059E4
Text Example
Text Example
White with #D059E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059E4; }
p { color: rgb(208,89,228); }
H1.HeaderClassName
{
color: #D059E4;
}
.AnyTagClassName
{
color: #D059E4;
}
</style>
background-color css
<style>
a { background-color: #D059E4; }
a { background-color: rgb(208,89,228); }
div.DivClassName
{
background-color: #D059E4;
}
.BgClassName
{
background-color: #D059E4;
}
</style>
border-color css
<style>
span { border-color: #D059E4; }
span { border-color: rgb(208,89,228); }
td.TdClassName
{
border-color: #D059E4;
}
.TagClassName
{
border-color: #D059E4;
}
</style>