Shades of Orchid #DC86DB
Tints of Orchid #DC86DB
RGB
CMYK
RGB Variations
Color information
#DC86DB (or 0xDC86DB) is known color: Orchid. HEX triplet: DC, 86 and DB. RGB value is (220,134,219). Sum of RGB (Red+Green+Blue) = 220+134+219=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86DB is #237924. Grayscale: #A9A9A9. Windows color (decimal): -2324773 or 14386908. OLE color: 14386908.
HSL color Cylindrical-coordinate representation of color #DC86DB: hue angle of 300.7º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC86DB is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 219 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.14 |
| HSL | 300.7º | 0.55% | 0.69% | - |
| HSV(B) | 300.7º | 0.39% | 0.86% | - |
| XYZ | 50.83 | 37.38 | 71.55 | - |
| YUV | 169.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 219 | 0 | 0.39 | 0.00 | 0.14 | 300.7 | 0.55 | 0.69 |
| Hex | DC | 86 | DB | 0 | 27 | 0 | E | 12D | 37 | 45 |
| Octal | 334 | 206 | 333 | 0 | 47 | 0 | 16 | 455 | 67 | 105 |
| Binary | 11011100 | 10000110 | 11011011 | 0 | 100111 | 0 | 1110 | 100101101 | 110111 | 1000101 |
Color Harmonies of #DC86DB
Complementary color
Monochromatic Colors of #DC86DB
Black with #DC86DB
Text Example
Text Example
White with #DC86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC86DB; }
p { color: rgb(220,134,219); }
H1.HeaderClassName
{
color: #DC86DB;
}
.AnyTagClassName
{
color: #DC86DB;
}
</style>
background-color css
<style>
a { background-color: #DC86DB; }
a { background-color: rgb(220,134,219); }
div.DivClassName
{
background-color: #DC86DB;
}
.BgClassName
{
background-color: #DC86DB;
}
</style>
border-color css
<style>
span { border-color: #DC86DB; }
span { border-color: rgb(220,134,219); }
td.TdClassName
{
border-color: #DC86DB;
}
.TagClassName
{
border-color: #DC86DB;
}
</style>