Shades of Orchid #DC7BDB
Tints of Orchid #DC7BDB
RGB
CMYK
RGB Variations
Color information
#DC7BDB (or 0xDC7BDB) is known color: Orchid. HEX triplet: DC, 7B and DB. RGB value is (220,123,219). Sum of RGB (Red+Green+Blue) = 220+123+219=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BDB is #238424. Grayscale: #A2A2A2. Windows color (decimal): -2327589 or 14384092. OLE color: 14384092.
HSL color Cylindrical-coordinate representation of color #DC7BDB: hue angle of 300.62º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7BDB is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 219 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.14 |
| HSL | 300.62º | 0.58% | 0.67% | - |
| HSV(B) | 300.62º | 0.44% | 0.86% | - |
| XYZ | 49.38 | 34.5 | 71.07 | - |
| YUV | 162.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 219 | 0 | 0.44 | 0.00 | 0.14 | 300.62 | 0.58 | 0.67 |
| Hex | DC | 7B | DB | 0 | 2C | 0 | E | 12D | 3A | 43 |
| Octal | 334 | 173 | 333 | 0 | 54 | 0 | 16 | 455 | 72 | 103 |
| Binary | 11011100 | 1111011 | 11011011 | 0 | 101100 | 0 | 1110 | 100101101 | 111010 | 1000011 |
Color Harmonies of #DC7BDB
Complementary color
Monochromatic Colors of #DC7BDB
Black with #DC7BDB
Text Example
Text Example
White with #DC7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BDB; }
p { color: rgb(220,123,219); }
H1.HeaderClassName
{
color: #DC7BDB;
}
.AnyTagClassName
{
color: #DC7BDB;
}
</style>
background-color css
<style>
a { background-color: #DC7BDB; }
a { background-color: rgb(220,123,219); }
div.DivClassName
{
background-color: #DC7BDB;
}
.BgClassName
{
background-color: #DC7BDB;
}
</style>
border-color css
<style>
span { border-color: #DC7BDB; }
span { border-color: rgb(220,123,219); }
td.TdClassName
{
border-color: #DC7BDB;
}
.TagClassName
{
border-color: #DC7BDB;
}
</style>