Shades of Orchid #D988D1
Tints of Orchid #D988D1
RGB
CMYK
RGB Variations
Color information
#D988D1 (or 0xD988D1) is known color: Orchid. HEX triplet: D9, 88 and D1. RGB value is (217,136,209). Sum of RGB (Red+Green+Blue) = 217+136+209=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D988D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988D1 is #26772E. Grayscale: #A8A8A8. Windows color (decimal): -2520879 or 13732057. OLE color: 13732057.
HSL color Cylindrical-coordinate representation of color #D988D1: hue angle of 305.93º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D988D1 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 209 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.15 |
| HSL | 305.93º | 0.52% | 0.69% | - |
| HSV(B) | 305.93º | 0.37% | 0.85% | - |
| XYZ | 48.93 | 36.96 | 64.88 | - |
| YUV | 168.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 209 | 0 | 0.37 | 0.04 | 0.15 | 305.93 | 0.52 | 0.69 |
| Hex | D9 | 88 | D1 | 0 | 25 | 4 | F | 132 | 34 | 45 |
| Octal | 331 | 210 | 321 | 0 | 45 | 4 | 17 | 462 | 64 | 105 |
| Binary | 11011001 | 10001000 | 11010001 | 0 | 100101 | 100 | 1111 | 100110010 | 110100 | 1000101 |
Color Harmonies of #D988D1
Complementary color
Monochromatic Colors of #D988D1
Black with #D988D1
Text Example
Text Example
White with #D988D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D988D1; }
p { color: rgb(217,136,209); }
H1.HeaderClassName
{
color: #D988D1;
}
.AnyTagClassName
{
color: #D988D1;
}
</style>
background-color css
<style>
a { background-color: #D988D1; }
a { background-color: rgb(217,136,209); }
div.DivClassName
{
background-color: #D988D1;
}
.BgClassName
{
background-color: #D988D1;
}
</style>
border-color css
<style>
span { border-color: #D988D1; }
span { border-color: rgb(217,136,209); }
td.TdClassName
{
border-color: #D988D1;
}
.TagClassName
{
border-color: #D988D1;
}
</style>