Shades of Orchid #DF7DDB
Tints of Orchid #DF7DDB
RGB
CMYK
RGB Variations
Color information
#DF7DDB (or 0xDF7DDB) is known color: Orchid. HEX triplet: DF, 7D and DB. RGB value is (223,125,219). Sum of RGB (Red+Green+Blue) = 223+125+219=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DDB is #208224. Grayscale: #A4A4A4. Windows color (decimal): -2130469 or 14384607. OLE color: 14384607.
HSL color Cylindrical-coordinate representation of color #DF7DDB: hue angle of 302.45º degrees, saturation: 0.6, 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 #DF7DDB is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 219 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.13 |
| HSL | 302.45º | 0.6% | 0.68% | - |
| HSV(B) | 302.45º | 0.44% | 0.87% | - |
| XYZ | 50.55 | 35.47 | 71.2 | - |
| YUV | 165.02 | 158.47 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 219 | 0 | 0.44 | 0.02 | 0.13 | 302.45 | 0.6 | 0.68 |
| Hex | DF | 7D | DB | 0 | 2C | 2 | D | 12E | 3C | 44 |
| Octal | 337 | 175 | 333 | 0 | 54 | 2 | 15 | 456 | 74 | 104 |
| Binary | 11011111 | 1111101 | 11011011 | 0 | 101100 | 10 | 1101 | 100101110 | 111100 | 1000100 |
Color Harmonies of #DF7DDB
Complementary color
Monochromatic Colors of #DF7DDB
Black with #DF7DDB
Text Example
Text Example
White with #DF7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DDB; }
p { color: rgb(223,125,219); }
H1.HeaderClassName
{
color: #DF7DDB;
}
.AnyTagClassName
{
color: #DF7DDB;
}
</style>
background-color css
<style>
a { background-color: #DF7DDB; }
a { background-color: rgb(223,125,219); }
div.DivClassName
{
background-color: #DF7DDB;
}
.BgClassName
{
background-color: #DF7DDB;
}
</style>
border-color css
<style>
span { border-color: #DF7DDB; }
span { border-color: rgb(223,125,219); }
td.TdClassName
{
border-color: #DF7DDB;
}
.TagClassName
{
border-color: #DF7DDB;
}
</style>