Shades of Medium Orchid #D051E0
Tints of Medium Orchid #D051E0
RGB
CMYK
RGB Variations
Color information
#D051E0 (or 0xD051E0) is known color: Medium Orchid. HEX triplet: D0, 51 and E0. RGB value is (208,81,224). Sum of RGB (Red+Green+Blue) = 208+81+224=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 81 (32.03% from 255 or 15.79% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #D051E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D051E0 is #2FAE1F. Grayscale: #868686. Windows color (decimal): -3124768 or 14701008. OLE color: 14701008.
HSL color Cylindrical-coordinate representation of color #D051E0: hue angle of 293.29º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D051E0 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 81 | 224 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.12 |
| HSL | 293.29º | 0.7% | 0.6% | - |
| HSV(B) | 293.29º | 0.64% | 0.88% | - |
| XYZ | 42.41 | 24.68 | 73.05 | - |
| YUV | 135.28 | 178.08 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 224 | 0.07 | 0.64 | 0 | 0.12 | 293.29 | 0.7 | 0.6 |
| Hex | D0 | 51 | E0 | 7 | 40 | 0 | C | 125 | 46 | 3C |
| Octal | 320 | 121 | 340 | 7 | 100 | 0 | 14 | 445 | 106 | 74 |
| Binary | 11010000 | 1010001 | 11100000 | 111 | 1000000 | 0 | 1100 | 100100101 | 1000110 | 111100 |
Color Harmonies of #D051E0
Complementary color
Monochromatic Colors of #D051E0
Black with #D051E0
Text Example
Text Example
White with #D051E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D051E0; }
p { color: rgb(208,81,224); }
H1.HeaderClassName
{
color: #D051E0;
}
.AnyTagClassName
{
color: #D051E0;
}
</style>
background-color css
<style>
a { background-color: #D051E0; }
a { background-color: rgb(208,81,224); }
div.DivClassName
{
background-color: #D051E0;
}
.BgClassName
{
background-color: #D051E0;
}
</style>
border-color css
<style>
span { border-color: #D051E0; }
span { border-color: rgb(208,81,224); }
td.TdClassName
{
border-color: #D051E0;
}
.TagClassName
{
border-color: #D051E0;
}
</style>