Shades of Medium Orchid #D04DDF
Tints of Medium Orchid #D04DDF
RGB
CMYK
RGB Variations
Color information
#D04DDF (or 0xD04DDF) is known color: Medium Orchid. HEX triplet: D0, 4D and DF. RGB value is (208,77,223). Sum of RGB (Red+Green+Blue) = 208+77+223=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #D04DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DDF is #2FB220. Grayscale: #848484. Windows color (decimal): -3125793 or 14634448. OLE color: 14634448.
HSL color Cylindrical-coordinate representation of color #D04DDF: hue angle of 293.84º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04DDF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 77 | 223 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.13 |
| HSL | 293.84º | 0.7% | 0.59% | - |
| HSV(B) | 293.84º | 0.65% | 0.87% | - |
| XYZ | 41.99 | 24.05 | 72.24 | - |
| YUV | 132.81 | 178.9 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 223 | 0.07 | 0.65 | 0 | 0.13 | 293.84 | 0.7 | 0.59 |
| Hex | D0 | 4D | DF | 7 | 41 | 0 | D | 126 | 46 | 3B |
| Octal | 320 | 115 | 337 | 7 | 101 | 0 | 15 | 446 | 106 | 73 |
| Binary | 11010000 | 1001101 | 11011111 | 111 | 1000001 | 0 | 1101 | 100100110 | 1000110 | 111011 |
Color Harmonies of #D04DDF
Complementary color
Monochromatic Colors of #D04DDF
Black with #D04DDF
Text Example
Text Example
White with #D04DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04DDF; }
p { color: rgb(208,77,223); }
H1.HeaderClassName
{
color: #D04DDF;
}
.AnyTagClassName
{
color: #D04DDF;
}
</style>
background-color css
<style>
a { background-color: #D04DDF; }
a { background-color: rgb(208,77,223); }
div.DivClassName
{
background-color: #D04DDF;
}
.BgClassName
{
background-color: #D04DDF;
}
</style>
border-color css
<style>
span { border-color: #D04DDF; }
span { border-color: rgb(208,77,223); }
td.TdClassName
{
border-color: #D04DDF;
}
.TagClassName
{
border-color: #D04DDF;
}
</style>