Shades of Orchid #DD87DC
Tints of Orchid #DD87DC
RGB
CMYK
RGB Variations
Color information
#DD87DC (or 0xDD87DC) is known color: Orchid. HEX triplet: DD, 87 and DC. RGB value is (221,135,220). Sum of RGB (Red+Green+Blue) = 221+135+220=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 135 (53.12% from 255 or 23.44% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87DC is #227823. Grayscale: #AAAAAA. Windows color (decimal): -2258980 or 14452701. OLE color: 14452701.
HSL color Cylindrical-coordinate representation of color #DD87DC: hue angle of 300.7º 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 #DD87DC is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 220 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.13 |
| HSL | 300.7º | 0.56% | 0.7% | - |
| HSV(B) | 300.7º | 0.39% | 0.87% | - |
| XYZ | 51.4 | 37.87 | 72.31 | - |
| YUV | 170.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 220 | 0 | 0.39 | 0.00 | 0.13 | 300.7 | 0.56 | 0.7 |
| Hex | DD | 87 | DC | 0 | 27 | 0 | D | 12D | 38 | 46 |
| Octal | 335 | 207 | 334 | 0 | 47 | 0 | 15 | 455 | 70 | 106 |
| Binary | 11011101 | 10000111 | 11011100 | 0 | 100111 | 0 | 1101 | 100101101 | 111000 | 1000110 |
Color Harmonies of #DD87DC
Complementary color
Monochromatic Colors of #DD87DC
Black with #DD87DC
Text Example
Text Example
White with #DD87DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD87DC; }
p { color: rgb(221,135,220); }
H1.HeaderClassName
{
color: #DD87DC;
}
.AnyTagClassName
{
color: #DD87DC;
}
</style>
background-color css
<style>
a { background-color: #DD87DC; }
a { background-color: rgb(221,135,220); }
div.DivClassName
{
background-color: #DD87DC;
}
.BgClassName
{
background-color: #DD87DC;
}
</style>
border-color css
<style>
span { border-color: #DD87DC; }
span { border-color: rgb(221,135,220); }
td.TdClassName
{
border-color: #DD87DC;
}
.TagClassName
{
border-color: #DD87DC;
}
</style>