Shades of Orchid #DD87D1
Tints of Orchid #DD87D1
RGB
CMYK
RGB Variations
Color information
#DD87D1 (or 0xDD87D1) is known color: Orchid. HEX triplet: DD, 87 and D1. RGB value is (221,135,209). Sum of RGB (Red+Green+Blue) = 221+135+209=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87D1 is #22782E. Grayscale: #A8A8A8. Windows color (decimal): -2258991 or 13731805. OLE color: 13731805.
HSL color Cylindrical-coordinate representation of color #DD87D1: hue angle of 308.37º 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 #DD87D1 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 209 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.13 |
| HSL | 308.37º | 0.56% | 0.7% | - |
| HSV(B) | 308.37º | 0.39% | 0.87% | - |
| XYZ | 49.99 | 37.3 | 64.89 | - |
| YUV | 169.15 | 150.49 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 209 | 0 | 0.39 | 0.05 | 0.13 | 308.37 | 0.56 | 0.7 |
| Hex | DD | 87 | D1 | 0 | 27 | 5 | D | 134 | 38 | 46 |
| Octal | 335 | 207 | 321 | 0 | 47 | 5 | 15 | 464 | 70 | 106 |
| Binary | 11011101 | 10000111 | 11010001 | 0 | 100111 | 101 | 1101 | 100110100 | 111000 | 1000110 |
Color Harmonies of #DD87D1
Complementary color
Monochromatic Colors of #DD87D1
Black with #DD87D1
Text Example
Text Example
White with #DD87D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD87D1; }
p { color: rgb(221,135,209); }
H1.HeaderClassName
{
color: #DD87D1;
}
.AnyTagClassName
{
color: #DD87D1;
}
</style>
background-color css
<style>
a { background-color: #DD87D1; }
a { background-color: rgb(221,135,209); }
div.DivClassName
{
background-color: #DD87D1;
}
.BgClassName
{
background-color: #DD87D1;
}
</style>
border-color css
<style>
span { border-color: #DD87D1; }
span { border-color: rgb(221,135,209); }
td.TdClassName
{
border-color: #DD87D1;
}
.TagClassName
{
border-color: #DD87D1;
}
</style>