Shades of Medium Orchid #D04BDB
Tints of Medium Orchid #D04BDB
RGB
CMYK
RGB Variations
Color information
#D04BDB (or 0xD04BDB) is known color: Medium Orchid. HEX triplet: D0, 4B and DB. RGB value is (208,75,219). Sum of RGB (Red+Green+Blue) = 208+75+219=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #D04BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04BDB is #2FB424. Grayscale: #828282. Windows color (decimal): -3126309 or 14371792. OLE color: 14371792.
HSL color Cylindrical-coordinate representation of color #D04BDB: hue angle of 295.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04BDB is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 75 | 219 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.14 |
| HSL | 295.42º | 0.67% | 0.58% | - |
| HSV(B) | 295.42º | 0.66% | 0.86% | - |
| XYZ | 41.31 | 23.56 | 69.39 | - |
| YUV | 131.18 | 177.56 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 219 | 0.05 | 0.66 | 0 | 0.14 | 295.42 | 0.67 | 0.58 |
| Hex | D0 | 4B | DB | 5 | 42 | 0 | E | 127 | 43 | 3A |
| Octal | 320 | 113 | 333 | 5 | 102 | 0 | 16 | 447 | 103 | 72 |
| Binary | 11010000 | 1001011 | 11011011 | 101 | 1000010 | 0 | 1110 | 100100111 | 1000011 | 111010 |
Color Harmonies of #D04BDB
Complementary color
Monochromatic Colors of #D04BDB
Black with #D04BDB
Text Example
Text Example
White with #D04BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BDB; }
p { color: rgb(208,75,219); }
H1.HeaderClassName
{
color: #D04BDB;
}
.AnyTagClassName
{
color: #D04BDB;
}
</style>
background-color css
<style>
a { background-color: #D04BDB; }
a { background-color: rgb(208,75,219); }
div.DivClassName
{
background-color: #D04BDB;
}
.BgClassName
{
background-color: #D04BDB;
}
</style>
border-color css
<style>
span { border-color: #D04BDB; }
span { border-color: rgb(208,75,219); }
td.TdClassName
{
border-color: #D04BDB;
}
.TagClassName
{
border-color: #D04BDB;
}
</style>