Shades of Medium Orchid #D05DE9
Tints of Medium Orchid #D05DE9
RGB
CMYK
RGB Variations
Color information
#D05DE9 (or 0xD05DE9) is known color: Medium Orchid. HEX triplet: D0, 5D and E9. RGB value is (208,93,233). Sum of RGB (Red+Green+Blue) = 208+93+233=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #D05DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05DE9 is #2FA216. Grayscale: #8E8E8E. Windows color (decimal): -3121687 or 15293904. OLE color: 15293904.
HSL color Cylindrical-coordinate representation of color #D05DE9: hue angle of 289.29º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05DE9 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 93 | 233 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.09 |
| HSL | 289.29º | 0.76% | 0.64% | - |
| HSV(B) | 289.29º | 0.6% | 0.91% | - |
| XYZ | 44.63 | 27.12 | 79.97 | - |
| YUV | 143.35 | 178.6 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 233 | 0.11 | 0.60 | 0 | 0.09 | 289.29 | 0.76 | 0.64 |
| Hex | D0 | 5D | E9 | B | 3C | 0 | 9 | 121 | 4C | 40 |
| Octal | 320 | 135 | 351 | 13 | 74 | 0 | 11 | 441 | 114 | 100 |
| Binary | 11010000 | 1011101 | 11101001 | 1011 | 111100 | 0 | 1001 | 100100001 | 1001100 | 1000000 |
Color Harmonies of #D05DE9
Complementary color
Monochromatic Colors of #D05DE9
Black with #D05DE9
Text Example
Text Example
White with #D05DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05DE9; }
p { color: rgb(208,93,233); }
H1.HeaderClassName
{
color: #D05DE9;
}
.AnyTagClassName
{
color: #D05DE9;
}
</style>
background-color css
<style>
a { background-color: #D05DE9; }
a { background-color: rgb(208,93,233); }
div.DivClassName
{
background-color: #D05DE9;
}
.BgClassName
{
background-color: #D05DE9;
}
</style>
border-color css
<style>
span { border-color: #D05DE9; }
span { border-color: rgb(208,93,233); }
td.TdClassName
{
border-color: #D05DE9;
}
.TagClassName
{
border-color: #D05DE9;
}
</style>