Shades of Orchid #DC87D3
Tints of Orchid #DC87D3
RGB
CMYK
RGB Variations
Color information
#DC87D3 (or 0xDC87D3) is known color: Orchid. HEX triplet: DC, 87 and D3. RGB value is (220,135,211). Sum of RGB (Red+Green+Blue) = 220+135+211=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87D3 is #23782C. Grayscale: #A8A8A8. Windows color (decimal): -2324525 or 13862876. OLE color: 13862876.
HSL color Cylindrical-coordinate representation of color #DC87D3: hue angle of 306.35º 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 #DC87D3 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 211 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.14 |
| HSL | 306.35º | 0.55% | 0.7% | - |
| HSV(B) | 306.35º | 0.39% | 0.86% | - |
| XYZ | 49.94 | 37.25 | 66.19 | - |
| YUV | 169.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 211 | 0 | 0.39 | 0.04 | 0.14 | 306.35 | 0.55 | 0.7 |
| Hex | DC | 87 | D3 | 0 | 27 | 4 | E | 132 | 37 | 46 |
| Octal | 334 | 207 | 323 | 0 | 47 | 4 | 16 | 462 | 67 | 106 |
| Binary | 11011100 | 10000111 | 11010011 | 0 | 100111 | 100 | 1110 | 100110010 | 110111 | 1000110 |
Color Harmonies of #DC87D3
Complementary color
Monochromatic Colors of #DC87D3
Black with #DC87D3
Text Example
Text Example
White with #DC87D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87D3; }
p { color: rgb(220,135,211); }
H1.HeaderClassName
{
color: #DC87D3;
}
.AnyTagClassName
{
color: #DC87D3;
}
</style>
background-color css
<style>
a { background-color: #DC87D3; }
a { background-color: rgb(220,135,211); }
div.DivClassName
{
background-color: #DC87D3;
}
.BgClassName
{
background-color: #DC87D3;
}
</style>
border-color css
<style>
span { border-color: #DC87D3; }
span { border-color: rgb(220,135,211); }
td.TdClassName
{
border-color: #DC87D3;
}
.TagClassName
{
border-color: #DC87D3;
}
</style>