Shades of Orchid #DC78DB
Tints of Orchid #DC78DB
RGB
CMYK
RGB Variations
Color information
#DC78DB (or 0xDC78DB) is known color: Orchid. HEX triplet: DC, 78 and DB. RGB value is (220,120,219). Sum of RGB (Red+Green+Blue) = 220+120+219=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78DB is #238724. Grayscale: #A0A0A0. Windows color (decimal): -2328357 or 14383324. OLE color: 14383324.
HSL color Cylindrical-coordinate representation of color #DC78DB: hue angle of 300.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC78DB is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 219 | - |
| CMYK | 0 | 0.45 | 0.00 | 0.14 |
| HSL | 300.6º | 0.59% | 0.67% | - |
| HSV(B) | 300.6º | 0.45% | 0.86% | - |
| XYZ | 49.02 | 33.76 | 70.95 | - |
| YUV | 161.19 | 160.63 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 219 | 0 | 0.45 | 0.00 | 0.14 | 300.6 | 0.59 | 0.67 |
| Hex | DC | 78 | DB | 0 | 2D | 0 | E | 12D | 3B | 43 |
| Octal | 334 | 170 | 333 | 0 | 55 | 0 | 16 | 455 | 73 | 103 |
| Binary | 11011100 | 1111000 | 11011011 | 0 | 101101 | 0 | 1110 | 100101101 | 111011 | 1000011 |
Color Harmonies of #DC78DB
Complementary color
Monochromatic Colors of #DC78DB
Black with #DC78DB
Text Example
Text Example
White with #DC78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78DB; }
p { color: rgb(220,120,219); }
H1.HeaderClassName
{
color: #DC78DB;
}
.AnyTagClassName
{
color: #DC78DB;
}
</style>
background-color css
<style>
a { background-color: #DC78DB; }
a { background-color: rgb(220,120,219); }
div.DivClassName
{
background-color: #DC78DB;
}
.BgClassName
{
background-color: #DC78DB;
}
</style>
border-color css
<style>
span { border-color: #DC78DB; }
span { border-color: rgb(220,120,219); }
td.TdClassName
{
border-color: #DC78DB;
}
.TagClassName
{
border-color: #DC78DB;
}
</style>