Shades of Orchid #D984E0
Tints of Orchid #D984E0
RGB
CMYK
RGB Variations
Color information
#D984E0 (or 0xD984E0) is known color: Orchid. HEX triplet: D9, 84 and E0. RGB value is (217,132,224). Sum of RGB (Red+Green+Blue) = 217+132+224=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 224 - color contains mainly: blue. Hex color #D984E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984E0 is #267B1F. Grayscale: #A7A7A7. Windows color (decimal): -2521888 or 14714073. OLE color: 14714073.
HSL color Cylindrical-coordinate representation of color #D984E0: hue angle of 295.43º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D984E0 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 132 | 224 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.12 |
| HSL | 295.43º | 0.6% | 0.7% | - |
| HSV(B) | 295.43º | 0.41% | 0.88% | - |
| XYZ | 50.32 | 36.64 | 74.94 | - |
| YUV | 167.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 224 | 0.03 | 0.41 | 0 | 0.12 | 295.43 | 0.6 | 0.7 |
| Hex | D9 | 84 | E0 | 3 | 29 | 0 | C | 127 | 3C | 46 |
| Octal | 331 | 204 | 340 | 3 | 51 | 0 | 14 | 447 | 74 | 106 |
| Binary | 11011001 | 10000100 | 11100000 | 11 | 101001 | 0 | 1100 | 100100111 | 111100 | 1000110 |
Color Harmonies of #D984E0
Complementary color
Monochromatic Colors of #D984E0
Black with #D984E0
Text Example
Text Example
White with #D984E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D984E0; }
p { color: rgb(217,132,224); }
H1.HeaderClassName
{
color: #D984E0;
}
.AnyTagClassName
{
color: #D984E0;
}
</style>
background-color css
<style>
a { background-color: #D984E0; }
a { background-color: rgb(217,132,224); }
div.DivClassName
{
background-color: #D984E0;
}
.BgClassName
{
background-color: #D984E0;
}
</style>
border-color css
<style>
span { border-color: #D984E0; }
span { border-color: rgb(217,132,224); }
td.TdClassName
{
border-color: #D984E0;
}
.TagClassName
{
border-color: #D984E0;
}
</style>