Shades of Orchid #D987DA
Tints of Orchid #D987DA
RGB
CMYK
RGB Variations
Color information
#D987DA (or 0xD987DA) is known color: Orchid. HEX triplet: D9, 87 and DA. RGB value is (217,135,218). Sum of RGB (Red+Green+Blue) = 217+135+218=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #D987DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987DA is #267825. Grayscale: #A8A8A8. Windows color (decimal): -2521126 or 14321625. OLE color: 14321625.
HSL color Cylindrical-coordinate representation of color #D987DA: hue angle of 299.28º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D987DA is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 135 | 218 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.15 |
| HSL | 299.28º | 0.53% | 0.69% | - |
| HSV(B) | 299.28º | 0.38% | 0.85% | - |
| XYZ | 49.93 | 37.14 | 70.87 | - |
| YUV | 168.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 218 | 0.00 | 0.38 | 0 | 0.15 | 299.28 | 0.53 | 0.69 |
| Hex | D9 | 87 | DA | 0 | 26 | 0 | F | 12B | 35 | 45 |
| Octal | 331 | 207 | 332 | 0 | 46 | 0 | 17 | 453 | 65 | 105 |
| Binary | 11011001 | 10000111 | 11011010 | 0 | 100110 | 0 | 1111 | 100101011 | 110101 | 1000101 |
Color Harmonies of #D987DA
Complementary color
Monochromatic Colors of #D987DA
Black with #D987DA
Text Example
Text Example
White with #D987DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D987DA; }
p { color: rgb(217,135,218); }
H1.HeaderClassName
{
color: #D987DA;
}
.AnyTagClassName
{
color: #D987DA;
}
</style>
background-color css
<style>
a { background-color: #D987DA; }
a { background-color: rgb(217,135,218); }
div.DivClassName
{
background-color: #D987DA;
}
.BgClassName
{
background-color: #D987DA;
}
</style>
border-color css
<style>
span { border-color: #D987DA; }
span { border-color: rgb(217,135,218); }
td.TdClassName
{
border-color: #D987DA;
}
.TagClassName
{
border-color: #D987DA;
}
</style>