Shades of Orchid #DD87D3
Tints of Orchid #DD87D3
RGB
CMYK
RGB Variations
Color information
#DD87D3 (or 0xDD87D3) is known color: Orchid. HEX triplet: DD, 87 and D3. RGB value is (221,135,211). Sum of RGB (Red+Green+Blue) = 221+135+211=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87D3 is #22782C. Grayscale: #A9A9A9. Windows color (decimal): -2258989 or 13862877. OLE color: 13862877.
HSL color Cylindrical-coordinate representation of color #DD87D3: hue angle of 306.98º 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 #DD87D3 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 211 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.13 |
| HSL | 306.98º | 0.56% | 0.7% | - |
| HSV(B) | 306.98º | 0.39% | 0.87% | - |
| XYZ | 50.24 | 37.4 | 66.2 | - |
| YUV | 169.38 | 151.49 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 211 | 0 | 0.39 | 0.05 | 0.13 | 306.98 | 0.56 | 0.7 |
| Hex | DD | 87 | D3 | 0 | 27 | 5 | D | 133 | 38 | 46 |
| Octal | 335 | 207 | 323 | 0 | 47 | 5 | 15 | 463 | 70 | 106 |
| Binary | 11011101 | 10000111 | 11010011 | 0 | 100111 | 101 | 1101 | 100110011 | 111000 | 1000110 |
Color Harmonies of #DD87D3
Complementary color
Monochromatic Colors of #DD87D3
Black with #DD87D3
Text Example
Text Example
White with #DD87D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD87D3; }
p { color: rgb(221,135,211); }
H1.HeaderClassName
{
color: #DD87D3;
}
.AnyTagClassName
{
color: #DD87D3;
}
</style>
background-color css
<style>
a { background-color: #DD87D3; }
a { background-color: rgb(221,135,211); }
div.DivClassName
{
background-color: #DD87D3;
}
.BgClassName
{
background-color: #DD87D3;
}
</style>
border-color css
<style>
span { border-color: #DD87D3; }
span { border-color: rgb(221,135,211); }
td.TdClassName
{
border-color: #DD87D3;
}
.TagClassName
{
border-color: #DD87D3;
}
</style>