Shades of Orchid #DD87CF
Tints of Orchid #DD87CF
RGB
CMYK
RGB Variations
Color information
#DD87CF (or 0xDD87CF) is known color: Orchid. HEX triplet: DD, 87 and CF. RGB value is (221,135,207). Sum of RGB (Red+Green+Blue) = 221+135+207=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87CF is #227830. Grayscale: #A8A8A8. Windows color (decimal): -2258993 or 13600733. OLE color: 13600733.
HSL color Cylindrical-coordinate representation of color #DD87CF: hue angle of 309.77º 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 #DD87CF is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 207 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.13 |
| HSL | 309.77º | 0.56% | 0.7% | - |
| HSV(B) | 309.77º | 0.39% | 0.87% | - |
| XYZ | 49.75 | 37.21 | 63.59 | - |
| YUV | 168.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 207 | 0 | 0.39 | 0.06 | 0.13 | 309.77 | 0.56 | 0.7 |
| Hex | DD | 87 | CF | 0 | 27 | 6 | D | 136 | 38 | 46 |
| Octal | 335 | 207 | 317 | 0 | 47 | 6 | 15 | 466 | 70 | 106 |
| Binary | 11011101 | 10000111 | 11001111 | 0 | 100111 | 110 | 1101 | 100110110 | 111000 | 1000110 |
Color Harmonies of #DD87CF
Complementary color
Monochromatic Colors of #DD87CF
Black with #DD87CF
Text Example
Text Example
White with #DD87CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD87CF; }
p { color: rgb(221,135,207); }
H1.HeaderClassName
{
color: #DD87CF;
}
.AnyTagClassName
{
color: #DD87CF;
}
</style>
background-color css
<style>
a { background-color: #DD87CF; }
a { background-color: rgb(221,135,207); }
div.DivClassName
{
background-color: #DD87CF;
}
.BgClassName
{
background-color: #DD87CF;
}
</style>
border-color css
<style>
span { border-color: #DD87CF; }
span { border-color: rgb(221,135,207); }
td.TdClassName
{
border-color: #DD87CF;
}
.TagClassName
{
border-color: #DD87CF;
}
</style>