Shades of Medium Orchid #D05BEB
Tints of Medium Orchid #D05BEB
RGB
CMYK
RGB Variations
Color information
#D05BEB (or 0xD05BEB) is known color: Medium Orchid. HEX triplet: D0, 5B and EB. RGB value is (208,91,235). Sum of RGB (Red+Green+Blue) = 208+91+235=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 91 (35.94% from 255 or 17.04% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #D05BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05BEB is #2FA414. Grayscale: #8D8D8D. Windows color (decimal): -3122197 or 15424464. OLE color: 15424464.
HSL color Cylindrical-coordinate representation of color #D05BEB: hue angle of 288.75º 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 #D05BEB is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 91 | 235 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.08 |
| HSL | 288.75º | 0.78% | 0.64% | - |
| HSV(B) | 288.75º | 0.61% | 0.92% | - |
| XYZ | 44.75 | 26.89 | 81.43 | - |
| YUV | 142.4 | 180.26 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 91 | 235 | 0.11 | 0.61 | 0 | 0.08 | 288.75 | 0.78 | 0.64 |
| Hex | D0 | 5B | EB | B | 3D | 0 | 8 | 121 | 4E | 40 |
| Octal | 320 | 133 | 353 | 13 | 75 | 0 | 10 | 441 | 116 | 100 |
| Binary | 11010000 | 1011011 | 11101011 | 1011 | 111101 | 0 | 1000 | 100100001 | 1001110 | 1000000 |
Color Harmonies of #D05BEB
Complementary color
Monochromatic Colors of #D05BEB
Black with #D05BEB
Text Example
Text Example
White with #D05BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05BEB; }
p { color: rgb(208,91,235); }
H1.HeaderClassName
{
color: #D05BEB;
}
.AnyTagClassName
{
color: #D05BEB;
}
</style>
background-color css
<style>
a { background-color: #D05BEB; }
a { background-color: rgb(208,91,235); }
div.DivClassName
{
background-color: #D05BEB;
}
.BgClassName
{
background-color: #D05BEB;
}
</style>
border-color css
<style>
span { border-color: #D05BEB; }
span { border-color: rgb(208,91,235); }
td.TdClassName
{
border-color: #D05BEB;
}
.TagClassName
{
border-color: #D05BEB;
}
</style>