Shades of Orchid #DD87D4
Tints of Orchid #DD87D4
RGB
CMYK
RGB Variations
Color information
#DD87D4 (or 0xDD87D4) is known color: Orchid. HEX triplet: DD, 87 and D4. RGB value is (221,135,212). Sum of RGB (Red+Green+Blue) = 221+135+212=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87D4 is #22782B. Grayscale: #A9A9A9. Windows color (decimal): -2258988 or 13928413. OLE color: 13928413.
HSL color Cylindrical-coordinate representation of color #DD87D4: hue angle of 306.28º 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 #DD87D4 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 212 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.13 |
| HSL | 306.28º | 0.56% | 0.7% | - |
| HSV(B) | 306.28º | 0.39% | 0.87% | - |
| XYZ | 50.37 | 37.45 | 66.86 | - |
| YUV | 169.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 212 | 0 | 0.39 | 0.04 | 0.13 | 306.28 | 0.56 | 0.7 |
| Hex | DD | 87 | D4 | 0 | 27 | 4 | D | 132 | 38 | 46 |
| Octal | 335 | 207 | 324 | 0 | 47 | 4 | 15 | 462 | 70 | 106 |
| Binary | 11011101 | 10000111 | 11010100 | 0 | 100111 | 100 | 1101 | 100110010 | 111000 | 1000110 |
Color Harmonies of #DD87D4
Complementary color
Monochromatic Colors of #DD87D4
Black with #DD87D4
Text Example
Text Example
White with #DD87D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD87D4; }
p { color: rgb(221,135,212); }
H1.HeaderClassName
{
color: #DD87D4;
}
.AnyTagClassName
{
color: #DD87D4;
}
</style>
background-color css
<style>
a { background-color: #DD87D4; }
a { background-color: rgb(221,135,212); }
div.DivClassName
{
background-color: #DD87D4;
}
.BgClassName
{
background-color: #DD87D4;
}
</style>
border-color css
<style>
span { border-color: #DD87D4; }
span { border-color: rgb(221,135,212); }
td.TdClassName
{
border-color: #DD87D4;
}
.TagClassName
{
border-color: #DD87D4;
}
</style>