Shades of Orchid #DC85DB
Tints of Orchid #DC85DB
RGB
CMYK
RGB Variations
Color information
#DC85DB (or 0xDC85DB) is known color: Orchid. HEX triplet: DC, 85 and DB. RGB value is (220,133,219). Sum of RGB (Red+Green+Blue) = 220+133+219=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85DB is #237A24. Grayscale: #A8A8A8. Windows color (decimal): -2325029 or 14386652. OLE color: 14386652.
HSL color Cylindrical-coordinate representation of color #DC85DB: hue angle of 300.69º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC85DB is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 219 | - |
| CMYK | 0 | 0.40 | 0.00 | 0.14 |
| HSL | 300.69º | 0.55% | 0.69% | - |
| HSV(B) | 300.69º | 0.4% | 0.86% | - |
| XYZ | 50.69 | 37.11 | 71.51 | - |
| YUV | 168.82 | 156.32 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 219 | 0 | 0.40 | 0.00 | 0.14 | 300.69 | 0.55 | 0.69 |
| Hex | DC | 85 | DB | 0 | 28 | 0 | E | 12D | 37 | 45 |
| Octal | 334 | 205 | 333 | 0 | 50 | 0 | 16 | 455 | 67 | 105 |
| Binary | 11011100 | 10000101 | 11011011 | 0 | 101000 | 0 | 1110 | 100101101 | 110111 | 1000101 |
Color Harmonies of #DC85DB
Complementary color
Monochromatic Colors of #DC85DB
Black with #DC85DB
Text Example
Text Example
White with #DC85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85DB; }
p { color: rgb(220,133,219); }
H1.HeaderClassName
{
color: #DC85DB;
}
.AnyTagClassName
{
color: #DC85DB;
}
</style>
background-color css
<style>
a { background-color: #DC85DB; }
a { background-color: rgb(220,133,219); }
div.DivClassName
{
background-color: #DC85DB;
}
.BgClassName
{
background-color: #DC85DB;
}
</style>
border-color css
<style>
span { border-color: #DC85DB; }
span { border-color: rgb(220,133,219); }
td.TdClassName
{
border-color: #DC85DB;
}
.TagClassName
{
border-color: #DC85DB;
}
</style>