Shades of Medium Orchid #D131EE
Tints of Medium Orchid #D131EE
RGB
CMYK
RGB Variations
Color information
#D131EE (or 0xD131EE) is known color: Medium Orchid. HEX triplet: D1, 31 and EE. RGB value is (209,49,238). Sum of RGB (Red+Green+Blue) = 209+49+238=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #D131EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D131EE is #2ECE11. Grayscale: #757575. Windows color (decimal): -3067410 or 15610321. OLE color: 15610321.
HSL color Cylindrical-coordinate representation of color #D131EE: hue angle of 290.79º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D131EE is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 49 | 238 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.07 |
| HSL | 290.79º | 0.85% | 0.56% | - |
| HSV(B) | 290.79º | 0.79% | 0.93% | - |
| XYZ | 42.83 | 21.92 | 82.86 | - |
| YUV | 118.39 | 195.51 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 238 | 0.12 | 0.79 | 0 | 0.07 | 290.79 | 0.85 | 0.56 |
| Hex | D1 | 31 | EE | C | 4F | 0 | 7 | 123 | 55 | 38 |
| Octal | 321 | 61 | 356 | 14 | 117 | 0 | 7 | 443 | 125 | 70 |
| Binary | 11010001 | 110001 | 11101110 | 1100 | 1001111 | 0 | 111 | 100100011 | 1010101 | 111000 |
Color Harmonies of #D131EE
Complementary color
Monochromatic Colors of #D131EE
Black with #D131EE
Text Example
Text Example
White with #D131EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D131EE; }
p { color: rgb(209,49,238); }
H1.HeaderClassName
{
color: #D131EE;
}
.AnyTagClassName
{
color: #D131EE;
}
</style>
background-color css
<style>
a { background-color: #D131EE; }
a { background-color: rgb(209,49,238); }
div.DivClassName
{
background-color: #D131EE;
}
.BgClassName
{
background-color: #D131EE;
}
</style>
border-color css
<style>
span { border-color: #D131EE; }
span { border-color: rgb(209,49,238); }
td.TdClassName
{
border-color: #D131EE;
}
.TagClassName
{
border-color: #D131EE;
}
</style>