Shades of Orchid #DC7ADB
Tints of Orchid #DC7ADB
RGB
CMYK
RGB Variations
Color information
#DC7ADB (or 0xDC7ADB) is known color: Orchid. HEX triplet: DC, 7A and DB. RGB value is (220,122,219). Sum of RGB (Red+Green+Blue) = 220+122+219=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ADB is #238524. Grayscale: #A2A2A2. Windows color (decimal): -2327845 or 14383836. OLE color: 14383836.
HSL color Cylindrical-coordinate representation of color #DC7ADB: hue angle of 300.61º degrees, saturation: 0.58, 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 #DC7ADB is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 219 | - |
| CMYK | 0 | 0.45 | 0.00 | 0.14 |
| HSL | 300.61º | 0.58% | 0.67% | - |
| HSV(B) | 300.61º | 0.45% | 0.86% | - |
| XYZ | 49.26 | 34.25 | 71.03 | - |
| YUV | 162.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 219 | 0 | 0.45 | 0.00 | 0.14 | 300.61 | 0.58 | 0.67 |
| Hex | DC | 7A | DB | 0 | 2D | 0 | E | 12D | 3A | 43 |
| Octal | 334 | 172 | 333 | 0 | 55 | 0 | 16 | 455 | 72 | 103 |
| Binary | 11011100 | 1111010 | 11011011 | 0 | 101101 | 0 | 1110 | 100101101 | 111010 | 1000011 |
Color Harmonies of #DC7ADB
Complementary color
Monochromatic Colors of #DC7ADB
Black with #DC7ADB
Text Example
Text Example
White with #DC7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7ADB; }
p { color: rgb(220,122,219); }
H1.HeaderClassName
{
color: #DC7ADB;
}
.AnyTagClassName
{
color: #DC7ADB;
}
</style>
background-color css
<style>
a { background-color: #DC7ADB; }
a { background-color: rgb(220,122,219); }
div.DivClassName
{
background-color: #DC7ADB;
}
.BgClassName
{
background-color: #DC7ADB;
}
</style>
border-color css
<style>
span { border-color: #DC7ADB; }
span { border-color: rgb(220,122,219); }
td.TdClassName
{
border-color: #DC7ADB;
}
.TagClassName
{
border-color: #DC7ADB;
}
</style>