Shades of Medium Orchid #D04CDB
Tints of Medium Orchid #D04CDB
RGB
CMYK
RGB Variations
Color information
#D04CDB (or 0xD04CDB) is known color: Medium Orchid. HEX triplet: D0, 4C and DB. RGB value is (208,76,219). Sum of RGB (Red+Green+Blue) = 208+76+219=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #D04CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CDB is #2FB324. Grayscale: #838383. Windows color (decimal): -3126053 or 14372048. OLE color: 14372048.
HSL color Cylindrical-coordinate representation of color #D04CDB: hue angle of 295.38º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04CDB is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 76 | 219 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.14 |
| HSL | 295.38º | 0.67% | 0.58% | - |
| HSV(B) | 295.38º | 0.65% | 0.86% | - |
| XYZ | 41.38 | 23.69 | 69.41 | - |
| YUV | 131.77 | 177.23 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 219 | 0.05 | 0.65 | 0 | 0.14 | 295.38 | 0.67 | 0.58 |
| Hex | D0 | 4C | DB | 5 | 41 | 0 | E | 127 | 43 | 3A |
| Octal | 320 | 114 | 333 | 5 | 101 | 0 | 16 | 447 | 103 | 72 |
| Binary | 11010000 | 1001100 | 11011011 | 101 | 1000001 | 0 | 1110 | 100100111 | 1000011 | 111010 |
Color Harmonies of #D04CDB
Complementary color
Monochromatic Colors of #D04CDB
Black with #D04CDB
Text Example
Text Example
White with #D04CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CDB; }
p { color: rgb(208,76,219); }
H1.HeaderClassName
{
color: #D04CDB;
}
.AnyTagClassName
{
color: #D04CDB;
}
</style>
background-color css
<style>
a { background-color: #D04CDB; }
a { background-color: rgb(208,76,219); }
div.DivClassName
{
background-color: #D04CDB;
}
.BgClassName
{
background-color: #D04CDB;
}
</style>
border-color css
<style>
span { border-color: #D04CDB; }
span { border-color: rgb(208,76,219); }
td.TdClassName
{
border-color: #D04CDB;
}
.TagClassName
{
border-color: #D04CDB;
}
</style>