Shades of Orchid #DC87D9
Tints of Orchid #DC87D9
RGB
CMYK
RGB Variations
Color information
#DC87D9 (or 0xDC87D9) is known color: Orchid. HEX triplet: DC, 87 and D9. RGB value is (220,135,217). Sum of RGB (Red+Green+Blue) = 220+135+217=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87D9 is #237826. Grayscale: #A9A9A9. Windows color (decimal): -2324519 or 14256092. OLE color: 14256092.
HSL color Cylindrical-coordinate representation of color #DC87D9: hue angle of 302.12º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC87D9 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 217 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.14 |
| HSL | 302.12º | 0.55% | 0.7% | - |
| HSV(B) | 302.12º | 0.39% | 0.86% | - |
| XYZ | 50.7 | 37.55 | 70.22 | - |
| YUV | 169.76 | 154.66 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 217 | 0 | 0.39 | 0.01 | 0.14 | 302.12 | 0.55 | 0.7 |
| Hex | DC | 87 | D9 | 0 | 27 | 1 | E | 12E | 37 | 46 |
| Octal | 334 | 207 | 331 | 0 | 47 | 1 | 16 | 456 | 67 | 106 |
| Binary | 11011100 | 10000111 | 11011001 | 0 | 100111 | 1 | 1110 | 100101110 | 110111 | 1000110 |
Color Harmonies of #DC87D9
Complementary color
Monochromatic Colors of #DC87D9
Black with #DC87D9
Text Example
Text Example
White with #DC87D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87D9; }
p { color: rgb(220,135,217); }
H1.HeaderClassName
{
color: #DC87D9;
}
.AnyTagClassName
{
color: #DC87D9;
}
</style>
background-color css
<style>
a { background-color: #DC87D9; }
a { background-color: rgb(220,135,217); }
div.DivClassName
{
background-color: #DC87D9;
}
.BgClassName
{
background-color: #DC87D9;
}
</style>
border-color css
<style>
span { border-color: #DC87D9; }
span { border-color: rgb(220,135,217); }
td.TdClassName
{
border-color: #DC87D9;
}
.TagClassName
{
border-color: #DC87D9;
}
</style>