Shades of Orchid #DF7CDB
Tints of Orchid #DF7CDB
RGB
CMYK
RGB Variations
Color information
#DF7CDB (or 0xDF7CDB) is known color: Orchid. HEX triplet: DF, 7C and DB. RGB value is (223,124,219). Sum of RGB (Red+Green+Blue) = 223+124+219=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CDB is #208324. Grayscale: #A4A4A4. Windows color (decimal): -2130725 or 14384351. OLE color: 14384351.
HSL color Cylindrical-coordinate representation of color #DF7CDB: hue angle of 302.42º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7CDB is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 219 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.13 |
| HSL | 302.42º | 0.61% | 0.68% | - |
| HSV(B) | 302.42º | 0.44% | 0.87% | - |
| XYZ | 50.43 | 35.22 | 71.16 | - |
| YUV | 164.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 219 | 0 | 0.44 | 0.02 | 0.13 | 302.42 | 0.61 | 0.68 |
| Hex | DF | 7C | DB | 0 | 2C | 2 | D | 12E | 3D | 44 |
| Octal | 337 | 174 | 333 | 0 | 54 | 2 | 15 | 456 | 75 | 104 |
| Binary | 11011111 | 1111100 | 11011011 | 0 | 101100 | 10 | 1101 | 100101110 | 111101 | 1000100 |
Color Harmonies of #DF7CDB
Complementary color
Monochromatic Colors of #DF7CDB
Black with #DF7CDB
Text Example
Text Example
White with #DF7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CDB; }
p { color: rgb(223,124,219); }
H1.HeaderClassName
{
color: #DF7CDB;
}
.AnyTagClassName
{
color: #DF7CDB;
}
</style>
background-color css
<style>
a { background-color: #DF7CDB; }
a { background-color: rgb(223,124,219); }
div.DivClassName
{
background-color: #DF7CDB;
}
.BgClassName
{
background-color: #DF7CDB;
}
</style>
border-color css
<style>
span { border-color: #DF7CDB; }
span { border-color: rgb(223,124,219); }
td.TdClassName
{
border-color: #DF7CDB;
}
.TagClassName
{
border-color: #DF7CDB;
}
</style>