Shades of Medium Orchid #D139EB
Tints of Medium Orchid #D139EB
RGB
CMYK
RGB Variations
Color information
#D139EB (or 0xD139EB) is known color: Medium Orchid. HEX triplet: D1, 39 and EB. RGB value is (209,57,235). Sum of RGB (Red+Green+Blue) = 209+57+235=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 57 (22.66% from 255 or 11.38% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #D139EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D139EB is #2EC614. Grayscale: #7A7A7A. Windows color (decimal): -3065365 or 15415761. OLE color: 15415761.
HSL color Cylindrical-coordinate representation of color #D139EB: hue angle of 291.24º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D139EB is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 57 | 235 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.08 |
| HSL | 291.24º | 0.82% | 0.57% | - |
| HSV(B) | 291.24º | 0.76% | 0.92% | - |
| XYZ | 42.75 | 22.48 | 80.68 | - |
| YUV | 122.74 | 191.36 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 235 | 0.11 | 0.76 | 0 | 0.08 | 291.24 | 0.82 | 0.57 |
| Hex | D1 | 39 | EB | B | 4C | 0 | 8 | 123 | 52 | 39 |
| Octal | 321 | 71 | 353 | 13 | 114 | 0 | 10 | 443 | 122 | 71 |
| Binary | 11010001 | 111001 | 11101011 | 1011 | 1001100 | 0 | 1000 | 100100011 | 1010010 | 111001 |
Color Harmonies of #D139EB
Complementary color
Monochromatic Colors of #D139EB
Black with #D139EB
Text Example
Text Example
White with #D139EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D139EB; }
p { color: rgb(209,57,235); }
H1.HeaderClassName
{
color: #D139EB;
}
.AnyTagClassName
{
color: #D139EB;
}
</style>
background-color css
<style>
a { background-color: #D139EB; }
a { background-color: rgb(209,57,235); }
div.DivClassName
{
background-color: #D139EB;
}
.BgClassName
{
background-color: #D139EB;
}
</style>
border-color css
<style>
span { border-color: #D139EB; }
span { border-color: rgb(209,57,235); }
td.TdClassName
{
border-color: #D139EB;
}
.TagClassName
{
border-color: #D139EB;
}
</style>