Shades of Medium Orchid #D056ED
Tints of Medium Orchid #D056ED
RGB
CMYK
RGB Variations
Color information
#D056ED (or 0xD056ED) is known color: Medium Orchid. HEX triplet: D0, 56 and ED. RGB value is (208,86,237). Sum of RGB (Red+Green+Blue) = 208+86+237=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 86 (33.98% from 255 or 16.20% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #D056ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D056ED is #2FA912. Grayscale: #8B8B8B. Windows color (decimal): -3123475 or 15554256. OLE color: 15554256.
HSL color Cylindrical-coordinate representation of color #D056ED: hue angle of 288.48º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D056ED is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 86 | 237 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.07 |
| HSL | 288.48º | 0.81% | 0.63% | - |
| HSV(B) | 288.48º | 0.64% | 0.93% | - |
| XYZ | 44.63 | 26.18 | 82.82 | - |
| YUV | 139.69 | 182.92 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 237 | 0.12 | 0.64 | 0 | 0.07 | 288.48 | 0.81 | 0.63 |
| Hex | D0 | 56 | ED | C | 40 | 0 | 7 | 120 | 51 | 3F |
| Octal | 320 | 126 | 355 | 14 | 100 | 0 | 7 | 440 | 121 | 77 |
| Binary | 11010000 | 1010110 | 11101101 | 1100 | 1000000 | 0 | 111 | 100100000 | 1010001 | 111111 |
Color Harmonies of #D056ED
Complementary color
Monochromatic Colors of #D056ED
Black with #D056ED
Text Example
Text Example
White with #D056ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D056ED; }
p { color: rgb(208,86,237); }
H1.HeaderClassName
{
color: #D056ED;
}
.AnyTagClassName
{
color: #D056ED;
}
</style>
background-color css
<style>
a { background-color: #D056ED; }
a { background-color: rgb(208,86,237); }
div.DivClassName
{
background-color: #D056ED;
}
.BgClassName
{
background-color: #D056ED;
}
</style>
border-color css
<style>
span { border-color: #D056ED; }
span { border-color: rgb(208,86,237); }
td.TdClassName
{
border-color: #D056ED;
}
.TagClassName
{
border-color: #D056ED;
}
</style>