Shades of Orchid #D985D0
Tints of Orchid #D985D0
RGB
CMYK
RGB Variations
Color information
#D985D0 (or 0xD985D0) is known color: Orchid. HEX triplet: D9, 85 and D0. RGB value is (217,133,208). Sum of RGB (Red+Green+Blue) = 217+133+208=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D985D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985D0 is #267A2F. Grayscale: #A6A6A6. Windows color (decimal): -2521648 or 13665753. OLE color: 13665753.
HSL color Cylindrical-coordinate representation of color #D985D0: hue angle of 306.43º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D985D0 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 208 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.15 |
| HSL | 306.43º | 0.53% | 0.69% | - |
| HSV(B) | 306.43º | 0.39% | 0.85% | - |
| XYZ | 48.39 | 36.08 | 64.09 | - |
| YUV | 166.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 208 | 0 | 0.39 | 0.04 | 0.15 | 306.43 | 0.53 | 0.69 |
| Hex | D9 | 85 | D0 | 0 | 27 | 4 | F | 132 | 34 | 45 |
| Octal | 331 | 205 | 320 | 0 | 47 | 4 | 17 | 462 | 64 | 105 |
| Binary | 11011001 | 10000101 | 11010000 | 0 | 100111 | 100 | 1111 | 100110010 | 110100 | 1000101 |
Color Harmonies of #D985D0
Complementary color
Monochromatic Colors of #D985D0
Black with #D985D0
Text Example
Text Example
White with #D985D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D985D0; }
p { color: rgb(217,133,208); }
H1.HeaderClassName
{
color: #D985D0;
}
.AnyTagClassName
{
color: #D985D0;
}
</style>
background-color css
<style>
a { background-color: #D985D0; }
a { background-color: rgb(217,133,208); }
div.DivClassName
{
background-color: #D985D0;
}
.BgClassName
{
background-color: #D985D0;
}
</style>
border-color css
<style>
span { border-color: #D985D0; }
span { border-color: rgb(217,133,208); }
td.TdClassName
{
border-color: #D985D0;
}
.TagClassName
{
border-color: #D985D0;
}
</style>