Shades of Orchid #D988D7
Tints of Orchid #D988D7
RGB
CMYK
RGB Variations
Color information
#D988D7 (or 0xD988D7) is known color: Orchid. HEX triplet: D9, 88 and D7. RGB value is (217,136,215). Sum of RGB (Red+Green+Blue) = 217+136+215=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D988D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988D7 is #267728. Grayscale: #A8A8A8. Windows color (decimal): -2520873 or 14125273. OLE color: 14125273.
HSL color Cylindrical-coordinate representation of color #D988D7: hue angle of 301.48º 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 #D988D7 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 215 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.15 |
| HSL | 301.48º | 0.52% | 0.69% | - |
| HSV(B) | 301.48º | 0.37% | 0.85% | - |
| XYZ | 49.69 | 37.27 | 68.86 | - |
| YUV | 169.23 | 153.84 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 215 | 0 | 0.37 | 0.01 | 0.15 | 301.48 | 0.52 | 0.69 |
| Hex | D9 | 88 | D7 | 0 | 25 | 1 | F | 12D | 34 | 45 |
| Octal | 331 | 210 | 327 | 0 | 45 | 1 | 17 | 455 | 64 | 105 |
| Binary | 11011001 | 10001000 | 11010111 | 0 | 100101 | 1 | 1111 | 100101101 | 110100 | 1000101 |
Color Harmonies of #D988D7
Complementary color
Monochromatic Colors of #D988D7
Black with #D988D7
Text Example
Text Example
White with #D988D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D988D7; }
p { color: rgb(217,136,215); }
H1.HeaderClassName
{
color: #D988D7;
}
.AnyTagClassName
{
color: #D988D7;
}
</style>
background-color css
<style>
a { background-color: #D988D7; }
a { background-color: rgb(217,136,215); }
div.DivClassName
{
background-color: #D988D7;
}
.BgClassName
{
background-color: #D988D7;
}
</style>
border-color css
<style>
span { border-color: #D988D7; }
span { border-color: rgb(217,136,215); }
td.TdClassName
{
border-color: #D988D7;
}
.TagClassName
{
border-color: #D988D7;
}
</style>