Shades of Orchid #DC87D6
Tints of Orchid #DC87D6
RGB
CMYK
RGB Variations
Color information
#DC87D6 (or 0xDC87D6) is known color: Orchid. HEX triplet: DC, 87 and D6. RGB value is (220,135,214). Sum of RGB (Red+Green+Blue) = 220+135+214=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87D6 is #237829. Grayscale: #A9A9A9. Windows color (decimal): -2324522 or 14059484. OLE color: 14059484.
HSL color Cylindrical-coordinate representation of color #DC87D6: hue angle of 304.24º 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 #DC87D6 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 214 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.14 |
| HSL | 304.24º | 0.55% | 0.7% | - |
| HSV(B) | 304.24º | 0.39% | 0.86% | - |
| XYZ | 50.32 | 37.4 | 68.19 | - |
| YUV | 169.42 | 153.16 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 214 | 0 | 0.39 | 0.03 | 0.14 | 304.24 | 0.55 | 0.7 |
| Hex | DC | 87 | D6 | 0 | 27 | 3 | E | 130 | 37 | 46 |
| Octal | 334 | 207 | 326 | 0 | 47 | 3 | 16 | 460 | 67 | 106 |
| Binary | 11011100 | 10000111 | 11010110 | 0 | 100111 | 11 | 1110 | 100110000 | 110111 | 1000110 |
Color Harmonies of #DC87D6
Complementary color
Monochromatic Colors of #DC87D6
Black with #DC87D6
Text Example
Text Example
White with #DC87D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87D6; }
p { color: rgb(220,135,214); }
H1.HeaderClassName
{
color: #DC87D6;
}
.AnyTagClassName
{
color: #DC87D6;
}
</style>
background-color css
<style>
a { background-color: #DC87D6; }
a { background-color: rgb(220,135,214); }
div.DivClassName
{
background-color: #DC87D6;
}
.BgClassName
{
background-color: #DC87D6;
}
</style>
border-color css
<style>
span { border-color: #DC87D6; }
span { border-color: rgb(220,135,214); }
td.TdClassName
{
border-color: #DC87D6;
}
.TagClassName
{
border-color: #DC87D6;
}
</style>