Shades of Orchid #DD87D0
Tints of Orchid #DD87D0
RGB
CMYK
RGB Variations
Color information
#DD87D0 (or 0xDD87D0) is known color: Orchid. HEX triplet: DD, 87 and D0. RGB value is (221,135,208). Sum of RGB (Red+Green+Blue) = 221+135+208=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87D0 is #22782F. Grayscale: #A8A8A8. Windows color (decimal): -2258992 or 13666269. OLE color: 13666269.
HSL color Cylindrical-coordinate representation of color #DD87D0: hue angle of 309.07º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD87D0 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 208 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.13 |
| HSL | 309.07º | 0.56% | 0.7% | - |
| HSV(B) | 309.07º | 0.39% | 0.87% | - |
| XYZ | 49.87 | 37.25 | 64.24 | - |
| YUV | 169.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 208 | 0 | 0.39 | 0.06 | 0.13 | 309.07 | 0.56 | 0.7 |
| Hex | DD | 87 | D0 | 0 | 27 | 6 | D | 135 | 38 | 46 |
| Octal | 335 | 207 | 320 | 0 | 47 | 6 | 15 | 465 | 70 | 106 |
| Binary | 11011101 | 10000111 | 11010000 | 0 | 100111 | 110 | 1101 | 100110101 | 111000 | 1000110 |
Color Harmonies of #DD87D0
Complementary color
Monochromatic Colors of #DD87D0
Black with #DD87D0
Text Example
Text Example
White with #DD87D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD87D0; }
p { color: rgb(221,135,208); }
H1.HeaderClassName
{
color: #DD87D0;
}
.AnyTagClassName
{
color: #DD87D0;
}
</style>
background-color css
<style>
a { background-color: #DD87D0; }
a { background-color: rgb(221,135,208); }
div.DivClassName
{
background-color: #DD87D0;
}
.BgClassName
{
background-color: #DD87D0;
}
</style>
border-color css
<style>
span { border-color: #DD87D0; }
span { border-color: rgb(221,135,208); }
td.TdClassName
{
border-color: #DD87D0;
}
.TagClassName
{
border-color: #DD87D0;
}
</style>