Shades of Medium Orchid #D050E5
Tints of Medium Orchid #D050E5
RGB
CMYK
RGB Variations
Color information
#D050E5 (or 0xD050E5) is known color: Medium Orchid. HEX triplet: D0, 50 and E5. RGB value is (208,80,229). Sum of RGB (Red+Green+Blue) = 208+80+229=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 229 - color contains mainly: blue. Hex color #D050E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D050E5 is #2FAF1A. Grayscale: #868686. Windows color (decimal): -3125019 or 15028432. OLE color: 15028432.
HSL color Cylindrical-coordinate representation of color #D050E5: hue angle of 291.54º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D050E5 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 80 | 229 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.10 |
| HSL | 291.54º | 0.74% | 0.61% | - |
| HSV(B) | 291.54º | 0.65% | 0.9% | - |
| XYZ | 43.02 | 24.8 | 76.65 | - |
| YUV | 135.26 | 180.91 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 229 | 0.09 | 0.65 | 0 | 0.10 | 291.54 | 0.74 | 0.61 |
| Hex | D0 | 50 | E5 | 9 | 41 | 0 | A | 124 | 4A | 3D |
| Octal | 320 | 120 | 345 | 11 | 101 | 0 | 12 | 444 | 112 | 75 |
| Binary | 11010000 | 1010000 | 11100101 | 1001 | 1000001 | 0 | 1010 | 100100100 | 1001010 | 111101 |
Color Harmonies of #D050E5
Complementary color
Monochromatic Colors of #D050E5
Black with #D050E5
Text Example
Text Example
White with #D050E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D050E5; }
p { color: rgb(208,80,229); }
H1.HeaderClassName
{
color: #D050E5;
}
.AnyTagClassName
{
color: #D050E5;
}
</style>
background-color css
<style>
a { background-color: #D050E5; }
a { background-color: rgb(208,80,229); }
div.DivClassName
{
background-color: #D050E5;
}
.BgClassName
{
background-color: #D050E5;
}
</style>
border-color css
<style>
span { border-color: #D050E5; }
span { border-color: rgb(208,80,229); }
td.TdClassName
{
border-color: #D050E5;
}
.TagClassName
{
border-color: #D050E5;
}
</style>