Shades of Orchid #DC87CF
Tints of Orchid #DC87CF
RGB
CMYK
RGB Variations
Color information
#DC87CF (or 0xDC87CF) is known color: Orchid. HEX triplet: DC, 87 and CF. RGB value is (220,135,207). Sum of RGB (Red+Green+Blue) = 220+135+207=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87CF is #237830. Grayscale: #A8A8A8. Windows color (decimal): -2324529 or 13600732. OLE color: 13600732.
HSL color Cylindrical-coordinate representation of color #DC87CF: hue angle of 309.18º 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 #DC87CF is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 207 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.14 |
| HSL | 309.18º | 0.55% | 0.7% | - |
| HSV(B) | 309.18º | 0.39% | 0.86% | - |
| XYZ | 49.44 | 37.05 | 63.58 | - |
| YUV | 168.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 207 | 0 | 0.39 | 0.06 | 0.14 | 309.18 | 0.55 | 0.7 |
| Hex | DC | 87 | CF | 0 | 27 | 6 | E | 135 | 37 | 46 |
| Octal | 334 | 207 | 317 | 0 | 47 | 6 | 16 | 465 | 67 | 106 |
| Binary | 11011100 | 10000111 | 11001111 | 0 | 100111 | 110 | 1110 | 100110101 | 110111 | 1000110 |
Color Harmonies of #DC87CF
Complementary color
Monochromatic Colors of #DC87CF
Black with #DC87CF
Text Example
Text Example
White with #DC87CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87CF; }
p { color: rgb(220,135,207); }
H1.HeaderClassName
{
color: #DC87CF;
}
.AnyTagClassName
{
color: #DC87CF;
}
</style>
background-color css
<style>
a { background-color: #DC87CF; }
a { background-color: rgb(220,135,207); }
div.DivClassName
{
background-color: #DC87CF;
}
.BgClassName
{
background-color: #DC87CF;
}
</style>
border-color css
<style>
span { border-color: #DC87CF; }
span { border-color: rgb(220,135,207); }
td.TdClassName
{
border-color: #DC87CF;
}
.TagClassName
{
border-color: #DC87CF;
}
</style>