Shades of Medium Orchid #D050E7
Tints of Medium Orchid #D050E7
RGB
CMYK
RGB Variations
Color information
#D050E7 (or 0xD050E7) is known color: Medium Orchid. HEX triplet: D0, 50 and E7. RGB value is (208,80,231). Sum of RGB (Red+Green+Blue) = 208+80+231=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #D050E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D050E7 is #2FAF18. Grayscale: #878787. Windows color (decimal): -3125017 or 15159504. OLE color: 15159504.
HSL color Cylindrical-coordinate representation of color #D050E7: hue angle of 290.86º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D050E7 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 80 | 231 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.09 |
| HSL | 290.86º | 0.76% | 0.61% | - |
| HSV(B) | 290.86º | 0.65% | 0.91% | - |
| XYZ | 43.3 | 24.92 | 78.13 | - |
| YUV | 135.49 | 181.91 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 231 | 0.10 | 0.65 | 0 | 0.09 | 290.86 | 0.76 | 0.61 |
| Hex | D0 | 50 | E7 | A | 41 | 0 | 9 | 123 | 4C | 3D |
| Octal | 320 | 120 | 347 | 12 | 101 | 0 | 11 | 443 | 114 | 75 |
| Binary | 11010000 | 1010000 | 11100111 | 1010 | 1000001 | 0 | 1001 | 100100011 | 1001100 | 111101 |
Color Harmonies of #D050E7
Complementary color
Monochromatic Colors of #D050E7
Black with #D050E7
Text Example
Text Example
White with #D050E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D050E7; }
p { color: rgb(208,80,231); }
H1.HeaderClassName
{
color: #D050E7;
}
.AnyTagClassName
{
color: #D050E7;
}
</style>
background-color css
<style>
a { background-color: #D050E7; }
a { background-color: rgb(208,80,231); }
div.DivClassName
{
background-color: #D050E7;
}
.BgClassName
{
background-color: #D050E7;
}
</style>
border-color css
<style>
span { border-color: #D050E7; }
span { border-color: rgb(208,80,231); }
td.TdClassName
{
border-color: #D050E7;
}
.TagClassName
{
border-color: #D050E7;
}
</style>