Shades of Medium Orchid #D131DD
Tints of Medium Orchid #D131DD
RGB
CMYK
RGB Variations
Color information
#D131DD (or 0xD131DD) is known color: Medium Orchid. HEX triplet: D1, 31 and DD. RGB value is (209,49,221). Sum of RGB (Red+Green+Blue) = 209+49+221=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #D131DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131DD is #2ECE22. Grayscale: #737373. Windows color (decimal): -3067427 or 14496209. OLE color: 14496209.
HSL color Cylindrical-coordinate representation of color #D131DD: hue angle of 295.81º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D131DD is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 49 | 221 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.13 |
| HSL | 295.81º | 0.72% | 0.53% | - |
| HSV(B) | 295.81º | 0.78% | 0.87% | - |
| XYZ | 40.44 | 20.97 | 70.32 | - |
| YUV | 116.45 | 187.01 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 221 | 0.05 | 0.78 | 0 | 0.13 | 295.81 | 0.72 | 0.53 |
| Hex | D1 | 31 | DD | 5 | 4E | 0 | D | 128 | 48 | 35 |
| Octal | 321 | 61 | 335 | 5 | 116 | 0 | 15 | 450 | 110 | 65 |
| Binary | 11010001 | 110001 | 11011101 | 101 | 1001110 | 0 | 1101 | 100101000 | 1001000 | 110101 |
Color Harmonies of #D131DD
Complementary color
Monochromatic Colors of #D131DD
Black with #D131DD
Text Example
Text Example
White with #D131DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D131DD; }
p { color: rgb(209,49,221); }
H1.HeaderClassName
{
color: #D131DD;
}
.AnyTagClassName
{
color: #D131DD;
}
</style>
background-color css
<style>
a { background-color: #D131DD; }
a { background-color: rgb(209,49,221); }
div.DivClassName
{
background-color: #D131DD;
}
.BgClassName
{
background-color: #D131DD;
}
</style>
border-color css
<style>
span { border-color: #D131DD; }
span { border-color: rgb(209,49,221); }
td.TdClassName
{
border-color: #D131DD;
}
.TagClassName
{
border-color: #D131DD;
}
</style>