Shades of Orchid #DC87DB
Tints of Orchid #DC87DB
RGB
CMYK
RGB Variations
Color information
#DC87DB (or 0xDC87DB) is known color: Orchid. HEX triplet: DC, 87 and DB. RGB value is (220,135,219). Sum of RGB (Red+Green+Blue) = 220+135+219=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 135 (53.12% from 255 or 23.52% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87DB is #237824. Grayscale: #A9A9A9. Windows color (decimal): -2324517 or 14387164. OLE color: 14387164.
HSL color Cylindrical-coordinate representation of color #DC87DB: hue angle of 300.71º 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 #DC87DB is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 219 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.14 |
| HSL | 300.71º | 0.55% | 0.7% | - |
| HSV(B) | 300.71º | 0.39% | 0.86% | - |
| XYZ | 50.97 | 37.66 | 71.6 | - |
| YUV | 169.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 219 | 0 | 0.39 | 0.00 | 0.14 | 300.71 | 0.55 | 0.7 |
| Hex | DC | 87 | DB | 0 | 27 | 0 | E | 12D | 37 | 46 |
| Octal | 334 | 207 | 333 | 0 | 47 | 0 | 16 | 455 | 67 | 106 |
| Binary | 11011100 | 10000111 | 11011011 | 0 | 100111 | 0 | 1110 | 100101101 | 110111 | 1000110 |
Color Harmonies of #DC87DB
Complementary color
Monochromatic Colors of #DC87DB
Black with #DC87DB
Text Example
Text Example
White with #DC87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87DB; }
p { color: rgb(220,135,219); }
H1.HeaderClassName
{
color: #DC87DB;
}
.AnyTagClassName
{
color: #DC87DB;
}
</style>
background-color css
<style>
a { background-color: #DC87DB; }
a { background-color: rgb(220,135,219); }
div.DivClassName
{
background-color: #DC87DB;
}
.BgClassName
{
background-color: #DC87DB;
}
</style>
border-color css
<style>
span { border-color: #DC87DB; }
span { border-color: rgb(220,135,219); }
td.TdClassName
{
border-color: #DC87DB;
}
.TagClassName
{
border-color: #DC87DB;
}
</style>