Shades of Medium Orchid #D04ADB
Tints of Medium Orchid #D04ADB
RGB
CMYK
RGB Variations
Color information
#D04ADB (or 0xD04ADB) is known color: Medium Orchid. HEX triplet: D0, 4A and DB. RGB value is (208,74,219). Sum of RGB (Red+Green+Blue) = 208+74+219=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #D04ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04ADB is #2FB524. Grayscale: #828282. Windows color (decimal): -3126565 or 14371536. OLE color: 14371536.
HSL color Cylindrical-coordinate representation of color #D04ADB: hue angle of 295.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04ADB is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 74 | 219 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.14 |
| HSL | 295.45º | 0.67% | 0.57% | - |
| HSV(B) | 295.45º | 0.66% | 0.86% | - |
| XYZ | 41.25 | 23.42 | 69.36 | - |
| YUV | 130.6 | 177.89 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 219 | 0.05 | 0.66 | 0 | 0.14 | 295.45 | 0.67 | 0.57 |
| Hex | D0 | 4A | DB | 5 | 42 | 0 | E | 127 | 43 | 39 |
| Octal | 320 | 112 | 333 | 5 | 102 | 0 | 16 | 447 | 103 | 71 |
| Binary | 11010000 | 1001010 | 11011011 | 101 | 1000010 | 0 | 1110 | 100100111 | 1000011 | 111001 |
Color Harmonies of #D04ADB
Complementary color
Monochromatic Colors of #D04ADB
Black with #D04ADB
Text Example
Text Example
White with #D04ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04ADB; }
p { color: rgb(208,74,219); }
H1.HeaderClassName
{
color: #D04ADB;
}
.AnyTagClassName
{
color: #D04ADB;
}
</style>
background-color css
<style>
a { background-color: #D04ADB; }
a { background-color: rgb(208,74,219); }
div.DivClassName
{
background-color: #D04ADB;
}
.BgClassName
{
background-color: #D04ADB;
}
</style>
border-color css
<style>
span { border-color: #D04ADB; }
span { border-color: rgb(208,74,219); }
td.TdClassName
{
border-color: #D04ADB;
}
.TagClassName
{
border-color: #D04ADB;
}
</style>