Shades of Medium Orchid #D036DB
Tints of Medium Orchid #D036DB
RGB
CMYK
RGB Variations
Color information
#D036DB (or 0xD036DB) is known color: Medium Orchid. HEX triplet: D0, 36 and DB. RGB value is (208,54,219). Sum of RGB (Red+Green+Blue) = 208+54+219=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 54 (21.48% from 255 or 11.23% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #D036DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036DB is #2FC924. Grayscale: #767676. Windows color (decimal): -3131685 or 14366416. OLE color: 14366416.
HSL color Cylindrical-coordinate representation of color #D036DB: hue angle of 296º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D036DB is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 54 | 219 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.14 |
| HSL | 296º | 0.7% | 0.54% | - |
| HSV(B) | 296º | 0.75% | 0.86% | - |
| XYZ | 40.12 | 21.16 | 68.99 | - |
| YUV | 118.86 | 184.52 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 219 | 0.05 | 0.75 | 0 | 0.14 | 296 | 0.7 | 0.54 |
| Hex | D0 | 36 | DB | 5 | 4B | 0 | E | 128 | 46 | 36 |
| Octal | 320 | 66 | 333 | 5 | 113 | 0 | 16 | 450 | 106 | 66 |
| Binary | 11010000 | 110110 | 11011011 | 101 | 1001011 | 0 | 1110 | 100101000 | 1000110 | 110110 |
Color Harmonies of #D036DB
Complementary color
Monochromatic Colors of #D036DB
Black with #D036DB
Text Example
Text Example
White with #D036DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036DB; }
p { color: rgb(208,54,219); }
H1.HeaderClassName
{
color: #D036DB;
}
.AnyTagClassName
{
color: #D036DB;
}
</style>
background-color css
<style>
a { background-color: #D036DB; }
a { background-color: rgb(208,54,219); }
div.DivClassName
{
background-color: #D036DB;
}
.BgClassName
{
background-color: #D036DB;
}
</style>
border-color css
<style>
span { border-color: #D036DB; }
span { border-color: rgb(208,54,219); }
td.TdClassName
{
border-color: #D036DB;
}
.TagClassName
{
border-color: #D036DB;
}
</style>