Shades of Orchid #D984DB
Tints of Orchid #D984DB
RGB
CMYK
RGB Variations
Color information
#D984DB (or 0xD984DB) is known color: Orchid. HEX triplet: D9, 84 and DB. RGB value is (217,132,219). Sum of RGB (Red+Green+Blue) = 217+132+219=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #D984DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984DB is #267B24. Grayscale: #A7A7A7. Windows color (decimal): -2521893 or 14386393. OLE color: 14386393.
HSL color Cylindrical-coordinate representation of color #D984DB: hue angle of 298.62º 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 #D984DB is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 132 | 219 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.14 |
| HSL | 298.62º | 0.55% | 0.69% | - |
| HSV(B) | 298.62º | 0.4% | 0.86% | - |
| XYZ | 49.65 | 36.37 | 71.42 | - |
| YUV | 167.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 219 | 0.01 | 0.40 | 0 | 0.14 | 298.62 | 0.55 | 0.69 |
| Hex | D9 | 84 | DB | 1 | 28 | 0 | E | 12B | 37 | 45 |
| Octal | 331 | 204 | 333 | 1 | 50 | 0 | 16 | 453 | 67 | 105 |
| Binary | 11011001 | 10000100 | 11011011 | 1 | 101000 | 0 | 1110 | 100101011 | 110111 | 1000101 |
Color Harmonies of #D984DB
Complementary color
Monochromatic Colors of #D984DB
Black with #D984DB
Text Example
Text Example
White with #D984DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D984DB; }
p { color: rgb(217,132,219); }
H1.HeaderClassName
{
color: #D984DB;
}
.AnyTagClassName
{
color: #D984DB;
}
</style>
background-color css
<style>
a { background-color: #D984DB; }
a { background-color: rgb(217,132,219); }
div.DivClassName
{
background-color: #D984DB;
}
.BgClassName
{
background-color: #D984DB;
}
</style>
border-color css
<style>
span { border-color: #D984DB; }
span { border-color: rgb(217,132,219); }
td.TdClassName
{
border-color: #D984DB;
}
.TagClassName
{
border-color: #D984DB;
}
</style>