Shades of Orchid #D982E3
Tints of Orchid #D982E3
RGB
CMYK
RGB Variations
Color information
#D982E3 (or 0xD982E3) is known color: Orchid. HEX triplet: D9, 82 and E3. RGB value is (217,130,227). Sum of RGB (Red+Green+Blue) = 217+130+227=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 227 (89.06% from 255 or 39.55% from 574); Max value from RGB is 227 - color contains mainly: blue. Hex color #D982E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982E3 is #267D1C. Grayscale: #A6A6A6. Windows color (decimal): -2522397 or 14910169. OLE color: 14910169.
HSL color Cylindrical-coordinate representation of color #D982E3: hue angle of 293.81º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D982E3 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 130 | 227 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.11 |
| HSL | 293.81º | 0.63% | 0.7% | - |
| HSV(B) | 293.81º | 0.43% | 0.89% | - |
| XYZ | 50.46 | 36.26 | 77.01 | - |
| YUV | 167.07 | 161.82 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 227 | 0.04 | 0.43 | 0 | 0.11 | 293.81 | 0.63 | 0.7 |
| Hex | D9 | 82 | E3 | 4 | 2B | 0 | B | 126 | 3F | 46 |
| Octal | 331 | 202 | 343 | 4 | 53 | 0 | 13 | 446 | 77 | 106 |
| Binary | 11011001 | 10000010 | 11100011 | 100 | 101011 | 0 | 1011 | 100100110 | 111111 | 1000110 |
Color Harmonies of #D982E3
Complementary color
Monochromatic Colors of #D982E3
Black with #D982E3
Text Example
Text Example
White with #D982E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982E3; }
p { color: rgb(217,130,227); }
H1.HeaderClassName
{
color: #D982E3;
}
.AnyTagClassName
{
color: #D982E3;
}
</style>
background-color css
<style>
a { background-color: #D982E3; }
a { background-color: rgb(217,130,227); }
div.DivClassName
{
background-color: #D982E3;
}
.BgClassName
{
background-color: #D982E3;
}
</style>
border-color css
<style>
span { border-color: #D982E3; }
span { border-color: rgb(217,130,227); }
td.TdClassName
{
border-color: #D982E3;
}
.TagClassName
{
border-color: #D982E3;
}
</style>