Shades of Orchid #D988C7
Tints of Orchid #D988C7
RGB
CMYK
RGB Variations
Color information
#D988C7 (or 0xD988C7) is known color: Orchid. HEX triplet: D9, 88 and C7. RGB value is (217,136,199). Sum of RGB (Red+Green+Blue) = 217+136+199=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D988C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988C7 is #267738. Grayscale: #A7A7A7. Windows color (decimal): -2520889 or 13076697. OLE color: 13076697.
HSL color Cylindrical-coordinate representation of color #D988C7: hue angle of 313.33º 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 #D988C7 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 199 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.15 |
| HSL | 313.33º | 0.52% | 0.69% | - |
| HSV(B) | 313.33º | 0.37% | 0.85% | - |
| XYZ | 47.73 | 36.48 | 58.56 | - |
| YUV | 167.4 | 145.84 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 199 | 0 | 0.37 | 0.08 | 0.15 | 313.33 | 0.52 | 0.69 |
| Hex | D9 | 88 | C7 | 0 | 25 | 8 | F | 139 | 34 | 45 |
| Octal | 331 | 210 | 307 | 0 | 45 | 10 | 17 | 471 | 64 | 105 |
| Binary | 11011001 | 10001000 | 11000111 | 0 | 100101 | 1000 | 1111 | 100111001 | 110100 | 1000101 |
Color Harmonies of #D988C7
Complementary color
Monochromatic Colors of #D988C7
Black with #D988C7
Text Example
Text Example
White with #D988C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D988C7; }
p { color: rgb(217,136,199); }
H1.HeaderClassName
{
color: #D988C7;
}
.AnyTagClassName
{
color: #D988C7;
}
</style>
background-color css
<style>
a { background-color: #D988C7; }
a { background-color: rgb(217,136,199); }
div.DivClassName
{
background-color: #D988C7;
}
.BgClassName
{
background-color: #D988C7;
}
</style>
border-color css
<style>
span { border-color: #D988C7; }
span { border-color: rgb(217,136,199); }
td.TdClassName
{
border-color: #D988C7;
}
.TagClassName
{
border-color: #D988C7;
}
</style>