Shades of Orchid #D988D3
Tints of Orchid #D988D3
RGB
CMYK
RGB Variations
Color information
#D988D3 (or 0xD988D3) is known color: Orchid. HEX triplet: D9, 88 and D3. RGB value is (217,136,211). Sum of RGB (Red+Green+Blue) = 217+136+211=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D988D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988D3 is #26772C. Grayscale: #A8A8A8. Windows color (decimal): -2520877 or 13863129. OLE color: 13863129.
HSL color Cylindrical-coordinate representation of color #D988D3: hue angle of 304.44º 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 #D988D3 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 211 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.15 |
| HSL | 304.44º | 0.52% | 0.69% | - |
| HSV(B) | 304.44º | 0.37% | 0.85% | - |
| XYZ | 49.18 | 37.06 | 66.19 | - |
| YUV | 168.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 211 | 0 | 0.37 | 0.03 | 0.15 | 304.44 | 0.52 | 0.69 |
| Hex | D9 | 88 | D3 | 0 | 25 | 3 | F | 130 | 34 | 45 |
| Octal | 331 | 210 | 323 | 0 | 45 | 3 | 17 | 460 | 64 | 105 |
| Binary | 11011001 | 10001000 | 11010011 | 0 | 100101 | 11 | 1111 | 100110000 | 110100 | 1000101 |
Color Harmonies of #D988D3
Complementary color
Monochromatic Colors of #D988D3
Black with #D988D3
Text Example
Text Example
White with #D988D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D988D3; }
p { color: rgb(217,136,211); }
H1.HeaderClassName
{
color: #D988D3;
}
.AnyTagClassName
{
color: #D988D3;
}
</style>
background-color css
<style>
a { background-color: #D988D3; }
a { background-color: rgb(217,136,211); }
div.DivClassName
{
background-color: #D988D3;
}
.BgClassName
{
background-color: #D988D3;
}
</style>
border-color css
<style>
span { border-color: #D988D3; }
span { border-color: rgb(217,136,211); }
td.TdClassName
{
border-color: #D988D3;
}
.TagClassName
{
border-color: #D988D3;
}
</style>