Shades of Orchid #D984D0
Tints of Orchid #D984D0
RGB
CMYK
RGB Variations
Color information
#D984D0 (or 0xD984D0) is known color: Orchid. HEX triplet: D9, 84 and D0. RGB value is (217,132,208). Sum of RGB (Red+Green+Blue) = 217+132+208=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D984D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984D0 is #267B2F. Grayscale: #A5A5A5. Windows color (decimal): -2521904 or 13665497. OLE color: 13665497.
HSL color Cylindrical-coordinate representation of color #D984D0: hue angle of 306.35º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D984D0 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 132 | 208 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.15 |
| HSL | 306.35º | 0.53% | 0.68% | - |
| HSV(B) | 306.35º | 0.39% | 0.85% | - |
| XYZ | 48.25 | 35.81 | 64.04 | - |
| YUV | 166.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 208 | 0 | 0.39 | 0.04 | 0.15 | 306.35 | 0.53 | 0.68 |
| Hex | D9 | 84 | D0 | 0 | 27 | 4 | F | 132 | 35 | 44 |
| Octal | 331 | 204 | 320 | 0 | 47 | 4 | 17 | 462 | 65 | 104 |
| Binary | 11011001 | 10000100 | 11010000 | 0 | 100111 | 100 | 1111 | 100110010 | 110101 | 1000100 |
Color Harmonies of #D984D0
Complementary color
Monochromatic Colors of #D984D0
Black with #D984D0
Text Example
Text Example
White with #D984D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D984D0; }
p { color: rgb(217,132,208); }
H1.HeaderClassName
{
color: #D984D0;
}
.AnyTagClassName
{
color: #D984D0;
}
</style>
background-color css
<style>
a { background-color: #D984D0; }
a { background-color: rgb(217,132,208); }
div.DivClassName
{
background-color: #D984D0;
}
.BgClassName
{
background-color: #D984D0;
}
</style>
border-color css
<style>
span { border-color: #D984D0; }
span { border-color: rgb(217,132,208); }
td.TdClassName
{
border-color: #D984D0;
}
.TagClassName
{
border-color: #D984D0;
}
</style>