Shades of Medium Orchid #D141DD
Tints of Medium Orchid #D141DD
RGB
CMYK
RGB Variations
Color information
#D141DD (or 0xD141DD) is known color: Medium Orchid. HEX triplet: D1, 41 and DD. RGB value is (209,65,221). Sum of RGB (Red+Green+Blue) = 209+65+221=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #D141DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141DD is #2EBE22. Grayscale: #7D7D7D. Windows color (decimal): -3063331 or 14500305. OLE color: 14500305.
HSL color Cylindrical-coordinate representation of color #D141DD: hue angle of 295.38º 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 #D141DD is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 65 | 221 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.13 |
| HSL | 295.38º | 0.7% | 0.56% | - |
| HSV(B) | 295.38º | 0.71% | 0.87% | - |
| XYZ | 41.24 | 22.56 | 70.59 | - |
| YUV | 125.84 | 181.71 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 221 | 0.05 | 0.71 | 0 | 0.13 | 295.38 | 0.7 | 0.56 |
| Hex | D1 | 41 | DD | 5 | 47 | 0 | D | 127 | 46 | 38 |
| Octal | 321 | 101 | 335 | 5 | 107 | 0 | 15 | 447 | 106 | 70 |
| Binary | 11010001 | 1000001 | 11011101 | 101 | 1000111 | 0 | 1101 | 100100111 | 1000110 | 111000 |
Color Harmonies of #D141DD
Complementary color
Monochromatic Colors of #D141DD
Black with #D141DD
Text Example
Text Example
White with #D141DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D141DD; }
p { color: rgb(209,65,221); }
H1.HeaderClassName
{
color: #D141DD;
}
.AnyTagClassName
{
color: #D141DD;
}
</style>
background-color css
<style>
a { background-color: #D141DD; }
a { background-color: rgb(209,65,221); }
div.DivClassName
{
background-color: #D141DD;
}
.BgClassName
{
background-color: #D141DD;
}
</style>
border-color css
<style>
span { border-color: #D141DD; }
span { border-color: rgb(209,65,221); }
td.TdClassName
{
border-color: #D141DD;
}
.TagClassName
{
border-color: #D141DD;
}
</style>