Shades of Orchid #D984CE
Tints of Orchid #D984CE
RGB
CMYK
RGB Variations
Color information
#D984CE (or 0xD984CE) is known color: Orchid. HEX triplet: D9, 84 and CE. RGB value is (217,132,206). Sum of RGB (Red+Green+Blue) = 217+132+206=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D984CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984CE is #267B31. Grayscale: #A5A5A5. Windows color (decimal): -2521906 or 13534425. OLE color: 13534425.
HSL color Cylindrical-coordinate representation of color #D984CE: hue angle of 307.76º 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 #D984CE is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 132 | 206 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.15 |
| HSL | 307.76º | 0.53% | 0.68% | - |
| HSV(B) | 307.76º | 0.39% | 0.85% | - |
| XYZ | 48.01 | 35.71 | 62.76 | - |
| YUV | 165.85 | 150.66 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 206 | 0 | 0.39 | 0.05 | 0.15 | 307.76 | 0.53 | 0.68 |
| Hex | D9 | 84 | CE | 0 | 27 | 5 | F | 134 | 35 | 44 |
| Octal | 331 | 204 | 316 | 0 | 47 | 5 | 17 | 464 | 65 | 104 |
| Binary | 11011001 | 10000100 | 11001110 | 0 | 100111 | 101 | 1111 | 100110100 | 110101 | 1000100 |
Color Harmonies of #D984CE
Complementary color
Monochromatic Colors of #D984CE
Black with #D984CE
Text Example
Text Example
White with #D984CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D984CE; }
p { color: rgb(217,132,206); }
H1.HeaderClassName
{
color: #D984CE;
}
.AnyTagClassName
{
color: #D984CE;
}
</style>
background-color css
<style>
a { background-color: #D984CE; }
a { background-color: rgb(217,132,206); }
div.DivClassName
{
background-color: #D984CE;
}
.BgClassName
{
background-color: #D984CE;
}
</style>
border-color css
<style>
span { border-color: #D984CE; }
span { border-color: rgb(217,132,206); }
td.TdClassName
{
border-color: #D984CE;
}
.TagClassName
{
border-color: #D984CE;
}
</style>