Shades of Medium Orchid #D051E8
Tints of Medium Orchid #D051E8
RGB
CMYK
RGB Variations
Color information
#D051E8 (or 0xD051E8) is known color: Medium Orchid. HEX triplet: D0, 51 and E8. RGB value is (208,81,232). Sum of RGB (Red+Green+Blue) = 208+81+232=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #D051E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D051E8 is #2FAE17. Grayscale: #878787. Windows color (decimal): -3124760 or 15225296. OLE color: 15225296.
HSL color Cylindrical-coordinate representation of color #D051E8: hue angle of 290.46º degrees, saturation: 0.77, 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 #D051E8 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 81 | 232 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.09 |
| HSL | 290.46º | 0.77% | 0.61% | - |
| HSV(B) | 290.46º | 0.65% | 0.91% | - |
| XYZ | 43.52 | 25.12 | 78.9 | - |
| YUV | 136.19 | 182.08 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 232 | 0.10 | 0.65 | 0 | 0.09 | 290.46 | 0.77 | 0.61 |
| Hex | D0 | 51 | E8 | A | 41 | 0 | 9 | 122 | 4D | 3D |
| Octal | 320 | 121 | 350 | 12 | 101 | 0 | 11 | 442 | 115 | 75 |
| Binary | 11010000 | 1010001 | 11101000 | 1010 | 1000001 | 0 | 1001 | 100100010 | 1001101 | 111101 |
Color Harmonies of #D051E8
Complementary color
Monochromatic Colors of #D051E8
Black with #D051E8
Text Example
Text Example
White with #D051E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D051E8; }
p { color: rgb(208,81,232); }
H1.HeaderClassName
{
color: #D051E8;
}
.AnyTagClassName
{
color: #D051E8;
}
</style>
background-color css
<style>
a { background-color: #D051E8; }
a { background-color: rgb(208,81,232); }
div.DivClassName
{
background-color: #D051E8;
}
.BgClassName
{
background-color: #D051E8;
}
</style>
border-color css
<style>
span { border-color: #D051E8; }
span { border-color: rgb(208,81,232); }
td.TdClassName
{
border-color: #D051E8;
}
.TagClassName
{
border-color: #D051E8;
}
</style>