Shades of Orchid #D384DB
Tints of Orchid #D384DB
RGB
CMYK
RGB Variations
Color information
#D384DB (or 0xD384DB) is known color: Orchid. HEX triplet: D3, 84 and DB. RGB value is (211,132,219). Sum of RGB (Red+Green+Blue) = 211+132+219=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #D384DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384DB is #2C7B24. Grayscale: #A5A5A5. Windows color (decimal): -2915109 or 14386387. OLE color: 14386387.
HSL color Cylindrical-coordinate representation of color #D384DB: hue angle of 294.48º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D384DB is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 132 | 219 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.14 |
| HSL | 294.48º | 0.55% | 0.69% | - |
| HSV(B) | 294.48º | 0.4% | 0.86% | - |
| XYZ | 47.9 | 35.47 | 71.34 | - |
| YUV | 165.54 | 158.17 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 219 | 0.04 | 0.40 | 0 | 0.14 | 294.48 | 0.55 | 0.69 |
| Hex | D3 | 84 | DB | 4 | 28 | 0 | E | 126 | 37 | 45 |
| Octal | 323 | 204 | 333 | 4 | 50 | 0 | 16 | 446 | 67 | 105 |
| Binary | 11010011 | 10000100 | 11011011 | 100 | 101000 | 0 | 1110 | 100100110 | 110111 | 1000101 |
Color Harmonies of #D384DB
Complementary color
Monochromatic Colors of #D384DB
Black with #D384DB
Text Example
Text Example
White with #D384DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384DB; }
p { color: rgb(211,132,219); }
H1.HeaderClassName
{
color: #D384DB;
}
.AnyTagClassName
{
color: #D384DB;
}
</style>
background-color css
<style>
a { background-color: #D384DB; }
a { background-color: rgb(211,132,219); }
div.DivClassName
{
background-color: #D384DB;
}
.BgClassName
{
background-color: #D384DB;
}
</style>
border-color css
<style>
span { border-color: #D384DB; }
span { border-color: rgb(211,132,219); }
td.TdClassName
{
border-color: #D384DB;
}
.TagClassName
{
border-color: #D384DB;
}
</style>