Shades of Medium Orchid #D041DD
Tints of Medium Orchid #D041DD
RGB
CMYK
RGB Variations
Color information
#D041DD (or 0xD041DD) is known color: Medium Orchid. HEX triplet: D0, 41 and DD. RGB value is (208,65,221). Sum of RGB (Red+Green+Blue) = 208+65+221=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #D041DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041DD is #2FBE22. Grayscale: #7D7D7D. Windows color (decimal): -3128867 or 14500304. OLE color: 14500304.
HSL color Cylindrical-coordinate representation of color #D041DD: hue angle of 295º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D041DD is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 65 | 221 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.13 |
| HSL | 295º | 0.7% | 0.56% | - |
| HSV(B) | 295º | 0.71% | 0.87% | - |
| XYZ | 40.95 | 22.41 | 70.57 | - |
| YUV | 125.54 | 181.88 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 221 | 0.06 | 0.71 | 0 | 0.13 | 295 | 0.7 | 0.56 |
| Hex | D0 | 41 | DD | 6 | 47 | 0 | D | 127 | 46 | 38 |
| Octal | 320 | 101 | 335 | 6 | 107 | 0 | 15 | 447 | 106 | 70 |
| Binary | 11010000 | 1000001 | 11011101 | 110 | 1000111 | 0 | 1101 | 100100111 | 1000110 | 111000 |
Color Harmonies of #D041DD
Complementary color
Monochromatic Colors of #D041DD
Black with #D041DD
Text Example
Text Example
White with #D041DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D041DD; }
p { color: rgb(208,65,221); }
H1.HeaderClassName
{
color: #D041DD;
}
.AnyTagClassName
{
color: #D041DD;
}
</style>
background-color css
<style>
a { background-color: #D041DD; }
a { background-color: rgb(208,65,221); }
div.DivClassName
{
background-color: #D041DD;
}
.BgClassName
{
background-color: #D041DD;
}
</style>
border-color css
<style>
span { border-color: #D041DD; }
span { border-color: rgb(208,65,221); }
td.TdClassName
{
border-color: #D041DD;
}
.TagClassName
{
border-color: #D041DD;
}
</style>