Shades of Orchid #D982DA
Tints of Orchid #D982DA
RGB
CMYK
RGB Variations
Color information
#D982DA (or 0xD982DA) is known color: Orchid. HEX triplet: D9, 82 and DA. RGB value is (217,130,218). Sum of RGB (Red+Green+Blue) = 217+130+218=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #D982DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982DA is #267D25. Grayscale: #A5A5A5. Windows color (decimal): -2522406 or 14320345. OLE color: 14320345.
HSL color Cylindrical-coordinate representation of color #D982DA: hue angle of 299.32º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D982DA is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 218 | - |
| CMYK | 0.00 | 0.40 | 0 | 0.15 |
| HSL | 299.32º | 0.54% | 0.68% | - |
| HSV(B) | 299.32º | 0.4% | 0.85% | - |
| XYZ | 49.25 | 35.78 | 70.64 | - |
| YUV | 166.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 218 | 0.00 | 0.40 | 0 | 0.15 | 299.32 | 0.54 | 0.68 |
| Hex | D9 | 82 | DA | 0 | 28 | 0 | F | 12B | 36 | 44 |
| Octal | 331 | 202 | 332 | 0 | 50 | 0 | 17 | 453 | 66 | 104 |
| Binary | 11011001 | 10000010 | 11011010 | 0 | 101000 | 0 | 1111 | 100101011 | 110110 | 1000100 |
Color Harmonies of #D982DA
Complementary color
Monochromatic Colors of #D982DA
Black with #D982DA
Text Example
Text Example
White with #D982DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982DA; }
p { color: rgb(217,130,218); }
H1.HeaderClassName
{
color: #D982DA;
}
.AnyTagClassName
{
color: #D982DA;
}
</style>
background-color css
<style>
a { background-color: #D982DA; }
a { background-color: rgb(217,130,218); }
div.DivClassName
{
background-color: #D982DA;
}
.BgClassName
{
background-color: #D982DA;
}
</style>
border-color css
<style>
span { border-color: #D982DA; }
span { border-color: rgb(217,130,218); }
td.TdClassName
{
border-color: #D982DA;
}
.TagClassName
{
border-color: #D982DA;
}
</style>