Shades of Medium Orchid #D049DC
Tints of Medium Orchid #D049DC
RGB
CMYK
RGB Variations
Color information
#D049DC (or 0xD049DC) is known color: Medium Orchid. HEX triplet: D0, 49 and DC. RGB value is (208,73,220). Sum of RGB (Red+Green+Blue) = 208+73+220=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #D049DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049DC is #2FB623. Grayscale: #818181. Windows color (decimal): -3126820 or 14436816. OLE color: 14436816.
HSL color Cylindrical-coordinate representation of color #D049DC: hue angle of 295.1º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D049DC is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 73 | 220 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.14 |
| HSL | 295.1º | 0.68% | 0.57% | - |
| HSV(B) | 295.1º | 0.67% | 0.86% | - |
| XYZ | 41.31 | 23.34 | 70.04 | - |
| YUV | 130.12 | 178.73 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 220 | 0.05 | 0.67 | 0 | 0.14 | 295.1 | 0.68 | 0.57 |
| Hex | D0 | 49 | DC | 5 | 43 | 0 | E | 127 | 44 | 39 |
| Octal | 320 | 111 | 334 | 5 | 103 | 0 | 16 | 447 | 104 | 71 |
| Binary | 11010000 | 1001001 | 11011100 | 101 | 1000011 | 0 | 1110 | 100100111 | 1000100 | 111001 |
Color Harmonies of #D049DC
Complementary color
Monochromatic Colors of #D049DC
Black with #D049DC
Text Example
Text Example
White with #D049DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049DC; }
p { color: rgb(208,73,220); }
H1.HeaderClassName
{
color: #D049DC;
}
.AnyTagClassName
{
color: #D049DC;
}
</style>
background-color css
<style>
a { background-color: #D049DC; }
a { background-color: rgb(208,73,220); }
div.DivClassName
{
background-color: #D049DC;
}
.BgClassName
{
background-color: #D049DC;
}
</style>
border-color css
<style>
span { border-color: #D049DC; }
span { border-color: rgb(208,73,220); }
td.TdClassName
{
border-color: #D049DC;
}
.TagClassName
{
border-color: #D049DC;
}
</style>