Shades of Medium Orchid #D049DA
Tints of Medium Orchid #D049DA
RGB
CMYK
RGB Variations
Color information
#D049DA (or 0xD049DA) is known color: Medium Orchid. HEX triplet: D0, 49 and DA. RGB value is (208,73,218). Sum of RGB (Red+Green+Blue) = 208+73+218=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #D049DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049DA is #2FB625. Grayscale: #818181. Windows color (decimal): -3126822 or 14305744. OLE color: 14305744.
HSL color Cylindrical-coordinate representation of color #D049DA: hue angle of 295.86º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D049DA is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 73 | 218 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.15 |
| HSL | 295.86º | 0.66% | 0.57% | - |
| HSV(B) | 295.86º | 0.67% | 0.85% | - |
| XYZ | 41.05 | 23.24 | 68.65 | - |
| YUV | 129.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 218 | 0.05 | 0.67 | 0 | 0.15 | 295.86 | 0.66 | 0.57 |
| Hex | D0 | 49 | DA | 5 | 43 | 0 | F | 128 | 42 | 39 |
| Octal | 320 | 111 | 332 | 5 | 103 | 0 | 17 | 450 | 102 | 71 |
| Binary | 11010000 | 1001001 | 11011010 | 101 | 1000011 | 0 | 1111 | 100101000 | 1000010 | 111001 |
Color Harmonies of #D049DA
Complementary color
Monochromatic Colors of #D049DA
Black with #D049DA
Text Example
Text Example
White with #D049DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049DA; }
p { color: rgb(208,73,218); }
H1.HeaderClassName
{
color: #D049DA;
}
.AnyTagClassName
{
color: #D049DA;
}
</style>
background-color css
<style>
a { background-color: #D049DA; }
a { background-color: rgb(208,73,218); }
div.DivClassName
{
background-color: #D049DA;
}
.BgClassName
{
background-color: #D049DA;
}
</style>
border-color css
<style>
span { border-color: #D049DA; }
span { border-color: rgb(208,73,218); }
td.TdClassName
{
border-color: #D049DA;
}
.TagClassName
{
border-color: #D049DA;
}
</style>