Shades of Medium Orchid #D133EE
Tints of Medium Orchid #D133EE
RGB
CMYK
RGB Variations
Color information
#D133EE (or 0xD133EE) is known color: Medium Orchid. HEX triplet: D1, 33 and EE. RGB value is (209,51,238). Sum of RGB (Red+Green+Blue) = 209+51+238=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 51 (20.31% from 255 or 10.24% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #D133EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D133EE is #2ECC11. Grayscale: #767676. Windows color (decimal): -3066898 or 15610833. OLE color: 15610833.
HSL color Cylindrical-coordinate representation of color #D133EE: hue angle of 290.7º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D133EE is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 51 | 238 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.07 |
| HSL | 290.7º | 0.85% | 0.57% | - |
| HSV(B) | 290.7º | 0.79% | 0.93% | - |
| XYZ | 42.91 | 22.1 | 82.89 | - |
| YUV | 119.56 | 194.85 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 238 | 0.12 | 0.79 | 0 | 0.07 | 290.7 | 0.85 | 0.57 |
| Hex | D1 | 33 | EE | C | 4F | 0 | 7 | 123 | 55 | 39 |
| Octal | 321 | 63 | 356 | 14 | 117 | 0 | 7 | 443 | 125 | 71 |
| Binary | 11010001 | 110011 | 11101110 | 1100 | 1001111 | 0 | 111 | 100100011 | 1010101 | 111001 |
Color Harmonies of #D133EE
Complementary color
Monochromatic Colors of #D133EE
Black with #D133EE
Text Example
Text Example
White with #D133EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D133EE; }
p { color: rgb(209,51,238); }
H1.HeaderClassName
{
color: #D133EE;
}
.AnyTagClassName
{
color: #D133EE;
}
</style>
background-color css
<style>
a { background-color: #D133EE; }
a { background-color: rgb(209,51,238); }
div.DivClassName
{
background-color: #D133EE;
}
.BgClassName
{
background-color: #D133EE;
}
</style>
border-color css
<style>
span { border-color: #D133EE; }
span { border-color: rgb(209,51,238); }
td.TdClassName
{
border-color: #D133EE;
}
.TagClassName
{
border-color: #D133EE;
}
</style>