Shades of Medium Orchid #D044DC
Tints of Medium Orchid #D044DC
RGB
CMYK
RGB Variations
Color information
#D044DC (or 0xD044DC) is known color: Medium Orchid. HEX triplet: D0, 44 and DC. RGB value is (208,68,220). Sum of RGB (Red+Green+Blue) = 208+68+220=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 68 (26.95% from 255 or 13.71% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #D044DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044DC is #2FBB23. Grayscale: #7E7E7E. Windows color (decimal): -3128100 or 14435536. OLE color: 14435536.
HSL color Cylindrical-coordinate representation of color #D044DC: hue angle of 295.26º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D044DC is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 68 | 220 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.14 |
| HSL | 295.26º | 0.68% | 0.56% | - |
| HSV(B) | 295.26º | 0.69% | 0.86% | - |
| XYZ | 41 | 22.71 | 69.93 | - |
| YUV | 127.19 | 180.38 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 220 | 0.05 | 0.69 | 0 | 0.14 | 295.26 | 0.68 | 0.56 |
| Hex | D0 | 44 | DC | 5 | 45 | 0 | E | 127 | 44 | 38 |
| Octal | 320 | 104 | 334 | 5 | 105 | 0 | 16 | 447 | 104 | 70 |
| Binary | 11010000 | 1000100 | 11011100 | 101 | 1000101 | 0 | 1110 | 100100111 | 1000100 | 111000 |
Color Harmonies of #D044DC
Complementary color
Monochromatic Colors of #D044DC
Black with #D044DC
Text Example
Text Example
White with #D044DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044DC; }
p { color: rgb(208,68,220); }
H1.HeaderClassName
{
color: #D044DC;
}
.AnyTagClassName
{
color: #D044DC;
}
</style>
background-color css
<style>
a { background-color: #D044DC; }
a { background-color: rgb(208,68,220); }
div.DivClassName
{
background-color: #D044DC;
}
.BgClassName
{
background-color: #D044DC;
}
</style>
border-color css
<style>
span { border-color: #D044DC; }
span { border-color: rgb(208,68,220); }
td.TdClassName
{
border-color: #D044DC;
}
.TagClassName
{
border-color: #D044DC;
}
</style>