Shades of Orchid #D982E2
Tints of Orchid #D982E2
RGB
CMYK
RGB Variations
Color information
#D982E2 (or 0xD982E2) is known color: Orchid. HEX triplet: D9, 82 and E2. RGB value is (217,130,226). Sum of RGB (Red+Green+Blue) = 217+130+226=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 226 (88.67% from 255 or 39.44% from 573); Max value from RGB is 226 - color contains mainly: blue. Hex color #D982E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982E2 is #267D1D. Grayscale: #A6A6A6. Windows color (decimal): -2522398 or 14844633. OLE color: 14844633.
HSL color Cylindrical-coordinate representation of color #D982E2: hue angle of 294.38º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D982E2 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 130 | 226 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.11 |
| HSL | 294.38º | 0.62% | 0.7% | - |
| HSV(B) | 294.38º | 0.42% | 0.89% | - |
| XYZ | 50.33 | 36.21 | 76.29 | - |
| YUV | 166.96 | 161.32 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 226 | 0.04 | 0.42 | 0 | 0.11 | 294.38 | 0.62 | 0.7 |
| Hex | D9 | 82 | E2 | 4 | 2A | 0 | B | 126 | 3E | 46 |
| Octal | 331 | 202 | 342 | 4 | 52 | 0 | 13 | 446 | 76 | 106 |
| Binary | 11011001 | 10000010 | 11100010 | 100 | 101010 | 0 | 1011 | 100100110 | 111110 | 1000110 |
Color Harmonies of #D982E2
Complementary color
Monochromatic Colors of #D982E2
Black with #D982E2
Text Example
Text Example
White with #D982E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982E2; }
p { color: rgb(217,130,226); }
H1.HeaderClassName
{
color: #D982E2;
}
.AnyTagClassName
{
color: #D982E2;
}
</style>
background-color css
<style>
a { background-color: #D982E2; }
a { background-color: rgb(217,130,226); }
div.DivClassName
{
background-color: #D982E2;
}
.BgClassName
{
background-color: #D982E2;
}
</style>
border-color css
<style>
span { border-color: #D982E2; }
span { border-color: rgb(217,130,226); }
td.TdClassName
{
border-color: #D982E2;
}
.TagClassName
{
border-color: #D982E2;
}
</style>