Shades of Orchid #D984D8
Tints of Orchid #D984D8
RGB
CMYK
RGB Variations
Color information
#D984D8 (or 0xD984D8) is known color: Orchid. HEX triplet: D9, 84 and D8. RGB value is (217,132,216). Sum of RGB (Red+Green+Blue) = 217+132+216=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D984D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984D8 is #267B27. Grayscale: #A6A6A6. Windows color (decimal): -2521896 or 14189785. OLE color: 14189785.
HSL color Cylindrical-coordinate representation of color #D984D8: hue angle of 300.71º 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 #D984D8 is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 132 | 216 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.15 |
| HSL | 300.71º | 0.53% | 0.68% | - |
| HSV(B) | 300.71º | 0.39% | 0.85% | - |
| XYZ | 49.26 | 36.21 | 69.36 | - |
| YUV | 166.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 216 | 0 | 0.39 | 0.00 | 0.15 | 300.71 | 0.53 | 0.68 |
| Hex | D9 | 84 | D8 | 0 | 27 | 0 | F | 12D | 35 | 44 |
| Octal | 331 | 204 | 330 | 0 | 47 | 0 | 17 | 455 | 65 | 104 |
| Binary | 11011001 | 10000100 | 11011000 | 0 | 100111 | 0 | 1111 | 100101101 | 110101 | 1000100 |
Color Harmonies of #D984D8
Complementary color
Monochromatic Colors of #D984D8
Black with #D984D8
Text Example
Text Example
White with #D984D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D984D8; }
p { color: rgb(217,132,216); }
H1.HeaderClassName
{
color: #D984D8;
}
.AnyTagClassName
{
color: #D984D8;
}
</style>
background-color css
<style>
a { background-color: #D984D8; }
a { background-color: rgb(217,132,216); }
div.DivClassName
{
background-color: #D984D8;
}
.BgClassName
{
background-color: #D984D8;
}
</style>
border-color css
<style>
span { border-color: #D984D8; }
span { border-color: rgb(217,132,216); }
td.TdClassName
{
border-color: #D984D8;
}
.TagClassName
{
border-color: #D984D8;
}
</style>