Shades of Medium Orchid #D15BE9
Tints of Medium Orchid #D15BE9
RGB
CMYK
RGB Variations
Color information
#D15BE9 (or 0xD15BE9) is known color: Medium Orchid. HEX triplet: D1, 5B and E9. RGB value is (209,91,233). Sum of RGB (Red+Green+Blue) = 209+91+233=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 91 (35.94% from 255 or 17.07% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #D15BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15BE9 is #2EA416. Grayscale: #8E8E8E. Windows color (decimal): -3056663 or 15293393. OLE color: 15293393.
HSL color Cylindrical-coordinate representation of color #D15BE9: hue angle of 289.86º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15BE9 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 91 | 233 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.09 |
| HSL | 289.86º | 0.76% | 0.64% | - |
| HSV(B) | 289.86º | 0.61% | 0.91% | - |
| XYZ | 44.74 | 26.92 | 79.93 | - |
| YUV | 142.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 233 | 0.10 | 0.61 | 0 | 0.09 | 289.86 | 0.76 | 0.64 |
| Hex | D1 | 5B | E9 | A | 3D | 0 | 9 | 122 | 4C | 40 |
| Octal | 321 | 133 | 351 | 12 | 75 | 0 | 11 | 442 | 114 | 100 |
| Binary | 11010001 | 1011011 | 11101001 | 1010 | 111101 | 0 | 1001 | 100100010 | 1001100 | 1000000 |
Color Harmonies of #D15BE9
Complementary color
Monochromatic Colors of #D15BE9
Black with #D15BE9
Text Example
Text Example
White with #D15BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15BE9; }
p { color: rgb(209,91,233); }
H1.HeaderClassName
{
color: #D15BE9;
}
.AnyTagClassName
{
color: #D15BE9;
}
</style>
background-color css
<style>
a { background-color: #D15BE9; }
a { background-color: rgb(209,91,233); }
div.DivClassName
{
background-color: #D15BE9;
}
.BgClassName
{
background-color: #D15BE9;
}
</style>
border-color css
<style>
span { border-color: #D15BE9; }
span { border-color: rgb(209,91,233); }
td.TdClassName
{
border-color: #D15BE9;
}
.TagClassName
{
border-color: #D15BE9;
}
</style>