Shades of Orchid #D982DB
Tints of Orchid #D982DB
RGB
CMYK
RGB Variations
Color information
#D982DB (or 0xD982DB) is known color: Orchid. HEX triplet: D9, 82 and DB. RGB value is (217,130,219). Sum of RGB (Red+Green+Blue) = 217+130+219=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #D982DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982DB is #267D24. Grayscale: #A5A5A5. Windows color (decimal): -2522405 or 14385881. OLE color: 14385881.
HSL color Cylindrical-coordinate representation of color #D982DB: hue angle of 298.65º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D982DB is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 130 | 219 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.14 |
| HSL | 298.65º | 0.55% | 0.68% | - |
| HSV(B) | 298.65º | 0.41% | 0.86% | - |
| XYZ | 49.38 | 35.83 | 71.33 | - |
| YUV | 166.16 | 157.82 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 219 | 0.01 | 0.41 | 0 | 0.14 | 298.65 | 0.55 | 0.68 |
| Hex | D9 | 82 | DB | 1 | 29 | 0 | E | 12B | 37 | 44 |
| Octal | 331 | 202 | 333 | 1 | 51 | 0 | 16 | 453 | 67 | 104 |
| Binary | 11011001 | 10000010 | 11011011 | 1 | 101001 | 0 | 1110 | 100101011 | 110111 | 1000100 |
Color Harmonies of #D982DB
Complementary color
Monochromatic Colors of #D982DB
Black with #D982DB
Text Example
Text Example
White with #D982DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982DB; }
p { color: rgb(217,130,219); }
H1.HeaderClassName
{
color: #D982DB;
}
.AnyTagClassName
{
color: #D982DB;
}
</style>
background-color css
<style>
a { background-color: #D982DB; }
a { background-color: rgb(217,130,219); }
div.DivClassName
{
background-color: #D982DB;
}
.BgClassName
{
background-color: #D982DB;
}
</style>
border-color css
<style>
span { border-color: #D982DB; }
span { border-color: rgb(217,130,219); }
td.TdClassName
{
border-color: #D982DB;
}
.TagClassName
{
border-color: #D982DB;
}
</style>