Shades of Orchid #D982DF
Tints of Orchid #D982DF
RGB
CMYK
RGB Variations
Color information
#D982DF (or 0xD982DF) is known color: Orchid. HEX triplet: D9, 82 and DF. RGB value is (217,130,223). Sum of RGB (Red+Green+Blue) = 217+130+223=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #D982DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982DF is #267D20. Grayscale: #A6A6A6. Windows color (decimal): -2522401 or 14648025. OLE color: 14648025.
HSL color Cylindrical-coordinate representation of color #D982DF: hue angle of 296.13º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D982DF is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 130 | 223 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.13 |
| HSL | 296.13º | 0.59% | 0.69% | - |
| HSV(B) | 296.13º | 0.42% | 0.87% | - |
| XYZ | 49.92 | 36.04 | 74.14 | - |
| YUV | 166.62 | 159.82 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 223 | 0.03 | 0.42 | 0 | 0.13 | 296.13 | 0.59 | 0.69 |
| Hex | D9 | 82 | DF | 3 | 2A | 0 | D | 128 | 3B | 45 |
| Octal | 331 | 202 | 337 | 3 | 52 | 0 | 15 | 450 | 73 | 105 |
| Binary | 11011001 | 10000010 | 11011111 | 11 | 101010 | 0 | 1101 | 100101000 | 111011 | 1000101 |
Color Harmonies of #D982DF
Complementary color
Monochromatic Colors of #D982DF
Black with #D982DF
Text Example
Text Example
White with #D982DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982DF; }
p { color: rgb(217,130,223); }
H1.HeaderClassName
{
color: #D982DF;
}
.AnyTagClassName
{
color: #D982DF;
}
</style>
background-color css
<style>
a { background-color: #D982DF; }
a { background-color: rgb(217,130,223); }
div.DivClassName
{
background-color: #D982DF;
}
.BgClassName
{
background-color: #D982DF;
}
</style>
border-color css
<style>
span { border-color: #D982DF; }
span { border-color: rgb(217,130,223); }
td.TdClassName
{
border-color: #D982DF;
}
.TagClassName
{
border-color: #D982DF;
}
</style>