Shades of Orchid #D982DC
Tints of Orchid #D982DC
RGB
CMYK
RGB Variations
Color information
#D982DC (or 0xD982DC) is known color: Orchid. HEX triplet: D9, 82 and DC. RGB value is (217,130,220). Sum of RGB (Red+Green+Blue) = 217+130+220=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #D982DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982DC is #267D23. Grayscale: #A6A6A6. Windows color (decimal): -2522404 or 14451417. OLE color: 14451417.
HSL color Cylindrical-coordinate representation of color #D982DC: hue angle of 298º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D982DC is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 130 | 220 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.14 |
| HSL | 298º | 0.56% | 0.69% | - |
| HSV(B) | 298º | 0.41% | 0.86% | - |
| XYZ | 49.52 | 35.88 | 72.03 | - |
| YUV | 166.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 220 | 0.01 | 0.41 | 0 | 0.14 | 298 | 0.56 | 0.69 |
| Hex | D9 | 82 | DC | 1 | 29 | 0 | E | 12A | 38 | 45 |
| Octal | 331 | 202 | 334 | 1 | 51 | 0 | 16 | 452 | 70 | 105 |
| Binary | 11011001 | 10000010 | 11011100 | 1 | 101001 | 0 | 1110 | 100101010 | 111000 | 1000101 |
Color Harmonies of #D982DC
Complementary color
Monochromatic Colors of #D982DC
Black with #D982DC
Text Example
Text Example
White with #D982DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982DC; }
p { color: rgb(217,130,220); }
H1.HeaderClassName
{
color: #D982DC;
}
.AnyTagClassName
{
color: #D982DC;
}
</style>
background-color css
<style>
a { background-color: #D982DC; }
a { background-color: rgb(217,130,220); }
div.DivClassName
{
background-color: #D982DC;
}
.BgClassName
{
background-color: #D982DC;
}
</style>
border-color css
<style>
span { border-color: #D982DC; }
span { border-color: rgb(217,130,220); }
td.TdClassName
{
border-color: #D982DC;
}
.TagClassName
{
border-color: #D982DC;
}
</style>