Shades of Medium Orchid #D151EE
Tints of Medium Orchid #D151EE
RGB
CMYK
RGB Variations
Color information
#D151EE (or 0xD151EE) is known color: Medium Orchid. HEX triplet: D1, 51 and EE. RGB value is (209,81,238). Sum of RGB (Red+Green+Blue) = 209+81+238=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #D151EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D151EE is #2EAE11. Grayscale: #888888. Windows color (decimal): -3059218 or 15618513. OLE color: 15618513.
HSL color Cylindrical-coordinate representation of color #D151EE: hue angle of 288.92º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D151EE is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 81 | 238 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.07 |
| HSL | 288.92º | 0.82% | 0.63% | - |
| HSV(B) | 288.92º | 0.66% | 0.93% | - |
| XYZ | 44.67 | 25.61 | 83.48 | - |
| YUV | 137.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 238 | 0.12 | 0.66 | 0 | 0.07 | 288.92 | 0.82 | 0.63 |
| Hex | D1 | 51 | EE | C | 42 | 0 | 7 | 121 | 52 | 3F |
| Octal | 321 | 121 | 356 | 14 | 102 | 0 | 7 | 441 | 122 | 77 |
| Binary | 11010001 | 1010001 | 11101110 | 1100 | 1000010 | 0 | 111 | 100100001 | 1010010 | 111111 |
Color Harmonies of #D151EE
Complementary color
Monochromatic Colors of #D151EE
Black with #D151EE
Text Example
Text Example
White with #D151EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D151EE; }
p { color: rgb(209,81,238); }
H1.HeaderClassName
{
color: #D151EE;
}
.AnyTagClassName
{
color: #D151EE;
}
</style>
background-color css
<style>
a { background-color: #D151EE; }
a { background-color: rgb(209,81,238); }
div.DivClassName
{
background-color: #D151EE;
}
.BgClassName
{
background-color: #D151EE;
}
</style>
border-color css
<style>
span { border-color: #D151EE; }
span { border-color: rgb(209,81,238); }
td.TdClassName
{
border-color: #D151EE;
}
.TagClassName
{
border-color: #D151EE;
}
</style>