Shades of Medium Orchid #D055EC
Tints of Medium Orchid #D055EC
RGB
CMYK
RGB Variations
Color information
#D055EC (or 0xD055EC) is known color: Medium Orchid. HEX triplet: D0, 55 and EC. RGB value is (208,85,236). Sum of RGB (Red+Green+Blue) = 208+85+236=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #D055EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D055EC is #2FAA13. Grayscale: #8A8A8A. Windows color (decimal): -3123732 or 15488464. OLE color: 15488464.
HSL color Cylindrical-coordinate representation of color #D055EC: hue angle of 288.87º degrees, saturation: 0.8, 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 #D055EC is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 85 | 236 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.07 |
| HSL | 288.87º | 0.8% | 0.63% | - |
| HSV(B) | 288.87º | 0.64% | 0.93% | - |
| XYZ | 44.4 | 25.96 | 82.03 | - |
| YUV | 138.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 236 | 0.12 | 0.64 | 0 | 0.07 | 288.87 | 0.8 | 0.63 |
| Hex | D0 | 55 | EC | C | 40 | 0 | 7 | 121 | 50 | 3F |
| Octal | 320 | 125 | 354 | 14 | 100 | 0 | 7 | 441 | 120 | 77 |
| Binary | 11010000 | 1010101 | 11101100 | 1100 | 1000000 | 0 | 111 | 100100001 | 1010000 | 111111 |
Color Harmonies of #D055EC
Complementary color
Monochromatic Colors of #D055EC
Black with #D055EC
Text Example
Text Example
White with #D055EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D055EC; }
p { color: rgb(208,85,236); }
H1.HeaderClassName
{
color: #D055EC;
}
.AnyTagClassName
{
color: #D055EC;
}
</style>
background-color css
<style>
a { background-color: #D055EC; }
a { background-color: rgb(208,85,236); }
div.DivClassName
{
background-color: #D055EC;
}
.BgClassName
{
background-color: #D055EC;
}
</style>
border-color css
<style>
span { border-color: #D055EC; }
span { border-color: rgb(208,85,236); }
td.TdClassName
{
border-color: #D055EC;
}
.TagClassName
{
border-color: #D055EC;
}
</style>