Shades of Medium Orchid #D15BEB
Tints of Medium Orchid #D15BEB
RGB
CMYK
RGB Variations
Color information
#D15BEB (or 0xD15BEB) is known color: Medium Orchid. HEX triplet: D1, 5B and EB. RGB value is (209,91,235). Sum of RGB (Red+Green+Blue) = 209+91+235=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 91 (35.94% from 255 or 17.01% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #D15BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15BEB is #2EA414. Grayscale: #8E8E8E. Windows color (decimal): -3056661 or 15424465. OLE color: 15424465.
HSL color Cylindrical-coordinate representation of color #D15BEB: hue angle of 289.17º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15BEB is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 91 | 235 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.08 |
| HSL | 289.17º | 0.78% | 0.64% | - |
| HSV(B) | 289.17º | 0.61% | 0.92% | - |
| XYZ | 45.03 | 27.04 | 81.44 | - |
| YUV | 142.7 | 180.09 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 235 | 0.11 | 0.61 | 0 | 0.08 | 289.17 | 0.78 | 0.64 |
| Hex | D1 | 5B | EB | B | 3D | 0 | 8 | 121 | 4E | 40 |
| Octal | 321 | 133 | 353 | 13 | 75 | 0 | 10 | 441 | 116 | 100 |
| Binary | 11010001 | 1011011 | 11101011 | 1011 | 111101 | 0 | 1000 | 100100001 | 1001110 | 1000000 |
Color Harmonies of #D15BEB
Complementary color
Monochromatic Colors of #D15BEB
Black with #D15BEB
Text Example
Text Example
White with #D15BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15BEB; }
p { color: rgb(209,91,235); }
H1.HeaderClassName
{
color: #D15BEB;
}
.AnyTagClassName
{
color: #D15BEB;
}
</style>
background-color css
<style>
a { background-color: #D15BEB; }
a { background-color: rgb(209,91,235); }
div.DivClassName
{
background-color: #D15BEB;
}
.BgClassName
{
background-color: #D15BEB;
}
</style>
border-color css
<style>
span { border-color: #D15BEB; }
span { border-color: rgb(209,91,235); }
td.TdClassName
{
border-color: #D15BEB;
}
.TagClassName
{
border-color: #D15BEB;
}
</style>