Shades of Medium Orchid #D141EB
Tints of Medium Orchid #D141EB
RGB
CMYK
RGB Variations
Color information
#D141EB (or 0xD141EB) is known color: Medium Orchid. HEX triplet: D1, 41 and EB. RGB value is (209,65,235). Sum of RGB (Red+Green+Blue) = 209+65+235=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #D141EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D141EB is #2EBE14. Grayscale: #7E7E7E. Windows color (decimal): -3063317 or 15417809. OLE color: 15417809.
HSL color Cylindrical-coordinate representation of color #D141EB: hue angle of 290.82º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D141EB is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 65 | 235 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.08 |
| HSL | 290.82º | 0.81% | 0.59% | - |
| HSV(B) | 290.82º | 0.72% | 0.92% | - |
| XYZ | 43.18 | 23.33 | 80.83 | - |
| YUV | 127.44 | 188.71 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 235 | 0.11 | 0.72 | 0 | 0.08 | 290.82 | 0.81 | 0.59 |
| Hex | D1 | 41 | EB | B | 48 | 0 | 8 | 123 | 51 | 3B |
| Octal | 321 | 101 | 353 | 13 | 110 | 0 | 10 | 443 | 121 | 73 |
| Binary | 11010001 | 1000001 | 11101011 | 1011 | 1001000 | 0 | 1000 | 100100011 | 1010001 | 111011 |
Color Harmonies of #D141EB
Complementary color
Monochromatic Colors of #D141EB
Black with #D141EB
Text Example
Text Example
White with #D141EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D141EB; }
p { color: rgb(209,65,235); }
H1.HeaderClassName
{
color: #D141EB;
}
.AnyTagClassName
{
color: #D141EB;
}
</style>
background-color css
<style>
a { background-color: #D141EB; }
a { background-color: rgb(209,65,235); }
div.DivClassName
{
background-color: #D141EB;
}
.BgClassName
{
background-color: #D141EB;
}
</style>
border-color css
<style>
span { border-color: #D141EB; }
span { border-color: rgb(209,65,235); }
td.TdClassName
{
border-color: #D141EB;
}
.TagClassName
{
border-color: #D141EB;
}
</style>