Shades of Medium Orchid #D139DD
Tints of Medium Orchid #D139DD
RGB
CMYK
RGB Variations
Color information
#D139DD (or 0xD139DD) is known color: Medium Orchid. HEX triplet: D1, 39 and DD. RGB value is (209,57,221). Sum of RGB (Red+Green+Blue) = 209+57+221=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 57 (22.66% from 255 or 11.70% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #D139DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D139DD is #2EC622. Grayscale: #787878. Windows color (decimal): -3065379 or 14498257. OLE color: 14498257.
HSL color Cylindrical-coordinate representation of color #D139DD: hue angle of 295.61º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D139DD is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 57 | 221 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.13 |
| HSL | 295.61º | 0.71% | 0.55% | - |
| HSV(B) | 295.61º | 0.74% | 0.87% | - |
| XYZ | 40.81 | 21.7 | 70.44 | - |
| YUV | 121.14 | 184.36 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 221 | 0.05 | 0.74 | 0 | 0.13 | 295.61 | 0.71 | 0.55 |
| Hex | D1 | 39 | DD | 5 | 4A | 0 | D | 128 | 47 | 37 |
| Octal | 321 | 71 | 335 | 5 | 112 | 0 | 15 | 450 | 107 | 67 |
| Binary | 11010001 | 111001 | 11011101 | 101 | 1001010 | 0 | 1101 | 100101000 | 1000111 | 110111 |
Color Harmonies of #D139DD
Complementary color
Monochromatic Colors of #D139DD
Black with #D139DD
Text Example
Text Example
White with #D139DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D139DD; }
p { color: rgb(209,57,221); }
H1.HeaderClassName
{
color: #D139DD;
}
.AnyTagClassName
{
color: #D139DD;
}
</style>
background-color css
<style>
a { background-color: #D139DD; }
a { background-color: rgb(209,57,221); }
div.DivClassName
{
background-color: #D139DD;
}
.BgClassName
{
background-color: #D139DD;
}
</style>
border-color css
<style>
span { border-color: #D139DD; }
span { border-color: rgb(209,57,221); }
td.TdClassName
{
border-color: #D139DD;
}
.TagClassName
{
border-color: #D139DD;
}
</style>