Shades of Orchid #D985DB
Tints of Orchid #D985DB
RGB
CMYK
RGB Variations
Color information
#D985DB (or 0xD985DB) is known color: Orchid. HEX triplet: D9, 85 and DB. RGB value is (217,133,219). Sum of RGB (Red+Green+Blue) = 217+133+219=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #D985DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985DB is #267A24. Grayscale: #A7A7A7. Windows color (decimal): -2521637 or 14386649. OLE color: 14386649.
HSL color Cylindrical-coordinate representation of color #D985DB: hue angle of 298.6º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D985DB is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 133 | 219 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.14 |
| HSL | 298.6º | 0.54% | 0.69% | - |
| HSV(B) | 298.6º | 0.39% | 0.86% | - |
| XYZ | 49.79 | 36.64 | 71.47 | - |
| YUV | 167.92 | 156.83 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 219 | 0.01 | 0.39 | 0 | 0.14 | 298.6 | 0.54 | 0.69 |
| Hex | D9 | 85 | DB | 1 | 27 | 0 | E | 12B | 36 | 45 |
| Octal | 331 | 205 | 333 | 1 | 47 | 0 | 16 | 453 | 66 | 105 |
| Binary | 11011001 | 10000101 | 11011011 | 1 | 100111 | 0 | 1110 | 100101011 | 110110 | 1000101 |
Color Harmonies of #D985DB
Complementary color
Monochromatic Colors of #D985DB
Black with #D985DB
Text Example
Text Example
White with #D985DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D985DB; }
p { color: rgb(217,133,219); }
H1.HeaderClassName
{
color: #D985DB;
}
.AnyTagClassName
{
color: #D985DB;
}
</style>
background-color css
<style>
a { background-color: #D985DB; }
a { background-color: rgb(217,133,219); }
div.DivClassName
{
background-color: #D985DB;
}
.BgClassName
{
background-color: #D985DB;
}
</style>
border-color css
<style>
span { border-color: #D985DB; }
span { border-color: rgb(217,133,219); }
td.TdClassName
{
border-color: #D985DB;
}
.TagClassName
{
border-color: #D985DB;
}
</style>