Shades of Orchid #DC7DDB
Tints of Orchid #DC7DDB
RGB
CMYK
RGB Variations
Color information
#DC7DDB (or 0xDC7DDB) is known color: Orchid. HEX triplet: DC, 7D and DB. RGB value is (220,125,219). Sum of RGB (Red+Green+Blue) = 220+125+219=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DDB is #238224. Grayscale: #A3A3A3. Windows color (decimal): -2327077 or 14384604. OLE color: 14384604.
HSL color Cylindrical-coordinate representation of color #DC7DDB: hue angle of 300.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7DDB is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 219 | - |
| CMYK | 0 | 0.43 | 0.00 | 0.14 |
| HSL | 300.63º | 0.58% | 0.68% | - |
| HSV(B) | 300.63º | 0.43% | 0.86% | - |
| XYZ | 49.64 | 35 | 71.16 | - |
| YUV | 164.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 219 | 0 | 0.43 | 0.00 | 0.14 | 300.63 | 0.58 | 0.68 |
| Hex | DC | 7D | DB | 0 | 2B | 0 | E | 12D | 3A | 44 |
| Octal | 334 | 175 | 333 | 0 | 53 | 0 | 16 | 455 | 72 | 104 |
| Binary | 11011100 | 1111101 | 11011011 | 0 | 101011 | 0 | 1110 | 100101101 | 111010 | 1000100 |
Color Harmonies of #DC7DDB
Complementary color
Monochromatic Colors of #DC7DDB
Black with #DC7DDB
Text Example
Text Example
White with #DC7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DDB; }
p { color: rgb(220,125,219); }
H1.HeaderClassName
{
color: #DC7DDB;
}
.AnyTagClassName
{
color: #DC7DDB;
}
</style>
background-color css
<style>
a { background-color: #DC7DDB; }
a { background-color: rgb(220,125,219); }
div.DivClassName
{
background-color: #DC7DDB;
}
.BgClassName
{
background-color: #DC7DDB;
}
</style>
border-color css
<style>
span { border-color: #DC7DDB; }
span { border-color: rgb(220,125,219); }
td.TdClassName
{
border-color: #DC7DDB;
}
.TagClassName
{
border-color: #DC7DDB;
}
</style>