Shades of Orchid #DC87C7
Tints of Orchid #DC87C7
RGB
CMYK
RGB Variations
Color information
#DC87C7 (or 0xDC87C7) is known color: Orchid. HEX triplet: DC, 87 and C7. RGB value is (220,135,199). Sum of RGB (Red+Green+Blue) = 220+135+199=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87C7 is #237838. Grayscale: #A7A7A7. Windows color (decimal): -2324537 or 13076444. OLE color: 13076444.
HSL color Cylindrical-coordinate representation of color #DC87C7: hue angle of 314.82º 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 #DC87C7 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 199 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.14 |
| HSL | 314.82º | 0.55% | 0.7% | - |
| HSV(B) | 314.82º | 0.39% | 0.86% | - |
| XYZ | 48.49 | 36.67 | 58.55 | - |
| YUV | 167.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 199 | 0 | 0.39 | 0.10 | 0.14 | 314.82 | 0.55 | 0.7 |
| Hex | DC | 87 | C7 | 0 | 27 | A | E | 13B | 37 | 46 |
| Octal | 334 | 207 | 307 | 0 | 47 | 12 | 16 | 473 | 67 | 106 |
| Binary | 11011100 | 10000111 | 11000111 | 0 | 100111 | 1010 | 1110 | 100111011 | 110111 | 1000110 |
Color Harmonies of #DC87C7
Complementary color
Monochromatic Colors of #DC87C7
Black with #DC87C7
Text Example
Text Example
White with #DC87C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87C7; }
p { color: rgb(220,135,199); }
H1.HeaderClassName
{
color: #DC87C7;
}
.AnyTagClassName
{
color: #DC87C7;
}
</style>
background-color css
<style>
a { background-color: #DC87C7; }
a { background-color: rgb(220,135,199); }
div.DivClassName
{
background-color: #DC87C7;
}
.BgClassName
{
background-color: #DC87C7;
}
</style>
border-color css
<style>
span { border-color: #DC87C7; }
span { border-color: rgb(220,135,199); }
td.TdClassName
{
border-color: #DC87C7;
}
.TagClassName
{
border-color: #DC87C7;
}
</style>