Shades of Orchid #D982E1
Tints of Orchid #D982E1
RGB
CMYK
RGB Variations
Color information
#D982E1 (or 0xD982E1) is known color: Orchid. HEX triplet: D9, 82 and E1. RGB value is (217,130,225). Sum of RGB (Red+Green+Blue) = 217+130+225=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #D982E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982E1 is #267D1E. Grayscale: #A6A6A6. Windows color (decimal): -2522399 or 14779097. OLE color: 14779097.
HSL color Cylindrical-coordinate representation of color #D982E1: hue angle of 294.95º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D982E1 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 130 | 225 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.12 |
| HSL | 294.95º | 0.61% | 0.7% | - |
| HSV(B) | 294.95º | 0.42% | 0.88% | - |
| XYZ | 50.19 | 36.15 | 75.57 | - |
| YUV | 166.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 225 | 0.04 | 0.42 | 0 | 0.12 | 294.95 | 0.61 | 0.7 |
| Hex | D9 | 82 | E1 | 4 | 2A | 0 | C | 127 | 3D | 46 |
| Octal | 331 | 202 | 341 | 4 | 52 | 0 | 14 | 447 | 75 | 106 |
| Binary | 11011001 | 10000010 | 11100001 | 100 | 101010 | 0 | 1100 | 100100111 | 111101 | 1000110 |
Color Harmonies of #D982E1
Complementary color
Monochromatic Colors of #D982E1
Black with #D982E1
Text Example
Text Example
White with #D982E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982E1; }
p { color: rgb(217,130,225); }
H1.HeaderClassName
{
color: #D982E1;
}
.AnyTagClassName
{
color: #D982E1;
}
</style>
background-color css
<style>
a { background-color: #D982E1; }
a { background-color: rgb(217,130,225); }
div.DivClassName
{
background-color: #D982E1;
}
.BgClassName
{
background-color: #D982E1;
}
</style>
border-color css
<style>
span { border-color: #D982E1; }
span { border-color: rgb(217,130,225); }
td.TdClassName
{
border-color: #D982E1;
}
.TagClassName
{
border-color: #D982E1;
}
</style>