Shades of Medium Orchid #D056E9
Tints of Medium Orchid #D056E9
RGB
CMYK
RGB Variations
Color information
#D056E9 (or 0xD056E9) is known color: Medium Orchid. HEX triplet: D0, 56 and E9. RGB value is (208,86,233). Sum of RGB (Red+Green+Blue) = 208+86+233=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 86 (33.98% from 255 or 16.32% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #D056E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D056E9 is #2FA916. Grayscale: #8A8A8A. Windows color (decimal): -3123479 or 15292112. OLE color: 15292112.
HSL color Cylindrical-coordinate representation of color #D056E9: hue angle of 289.8º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D056E9 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 86 | 233 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.09 |
| HSL | 289.8º | 0.77% | 0.63% | - |
| HSV(B) | 289.8º | 0.63% | 0.91% | - |
| XYZ | 44.05 | 25.95 | 79.78 | - |
| YUV | 139.24 | 180.92 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 233 | 0.11 | 0.63 | 0 | 0.09 | 289.8 | 0.77 | 0.63 |
| Hex | D0 | 56 | E9 | B | 3F | 0 | 9 | 122 | 4D | 3F |
| Octal | 320 | 126 | 351 | 13 | 77 | 0 | 11 | 442 | 115 | 77 |
| Binary | 11010000 | 1010110 | 11101001 | 1011 | 111111 | 0 | 1001 | 100100010 | 1001101 | 111111 |
Color Harmonies of #D056E9
Complementary color
Monochromatic Colors of #D056E9
Black with #D056E9
Text Example
Text Example
White with #D056E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D056E9; }
p { color: rgb(208,86,233); }
H1.HeaderClassName
{
color: #D056E9;
}
.AnyTagClassName
{
color: #D056E9;
}
</style>
background-color css
<style>
a { background-color: #D056E9; }
a { background-color: rgb(208,86,233); }
div.DivClassName
{
background-color: #D056E9;
}
.BgClassName
{
background-color: #D056E9;
}
</style>
border-color css
<style>
span { border-color: #D056E9; }
span { border-color: rgb(208,86,233); }
td.TdClassName
{
border-color: #D056E9;
}
.TagClassName
{
border-color: #D056E9;
}
</style>