Shades of Medium Orchid #D044EC
Tints of Medium Orchid #D044EC
RGB
CMYK
RGB Variations
Color information
#D044EC (or 0xD044EC) is known color: Medium Orchid. HEX triplet: D0, 44 and EC. RGB value is (208,68,236). Sum of RGB (Red+Green+Blue) = 208+68+236=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 68 (26.95% from 255 or 13.28% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #D044EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D044EC is #2FBB13. Grayscale: #808080. Windows color (decimal): -3128084 or 15484112. OLE color: 15484112.
HSL color Cylindrical-coordinate representation of color #D044EC: hue angle of 290º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D044EC is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 68 | 236 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.07 |
| HSL | 290º | 0.82% | 0.6% | - |
| HSV(B) | 290º | 0.71% | 0.93% | - |
| XYZ | 43.22 | 23.6 | 81.63 | - |
| YUV | 129.01 | 188.38 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 236 | 0.12 | 0.71 | 0 | 0.07 | 290 | 0.82 | 0.6 |
| Hex | D0 | 44 | EC | C | 47 | 0 | 7 | 122 | 52 | 3C |
| Octal | 320 | 104 | 354 | 14 | 107 | 0 | 7 | 442 | 122 | 74 |
| Binary | 11010000 | 1000100 | 11101100 | 1100 | 1000111 | 0 | 111 | 100100010 | 1010010 | 111100 |
Color Harmonies of #D044EC
Complementary color
Monochromatic Colors of #D044EC
Black with #D044EC
Text Example
Text Example
White with #D044EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044EC; }
p { color: rgb(208,68,236); }
H1.HeaderClassName
{
color: #D044EC;
}
.AnyTagClassName
{
color: #D044EC;
}
</style>
background-color css
<style>
a { background-color: #D044EC; }
a { background-color: rgb(208,68,236); }
div.DivClassName
{
background-color: #D044EC;
}
.BgClassName
{
background-color: #D044EC;
}
</style>
border-color css
<style>
span { border-color: #D044EC; }
span { border-color: rgb(208,68,236); }
td.TdClassName
{
border-color: #D044EC;
}
.TagClassName
{
border-color: #D044EC;
}
</style>