Shades of Orchid #DF7ADB
Tints of Orchid #DF7ADB
RGB
CMYK
RGB Variations
Color information
#DF7ADB (or 0xDF7ADB) is known color: Orchid. HEX triplet: DF, 7A and DB. RGB value is (223,122,219). Sum of RGB (Red+Green+Blue) = 223+122+219=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ADB is #208524. Grayscale: #A2A2A2. Windows color (decimal): -2131237 or 14383839. OLE color: 14383839.
HSL color Cylindrical-coordinate representation of color #DF7ADB: hue angle of 302.38º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7ADB is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 219 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.13 |
| HSL | 302.38º | 0.61% | 0.68% | - |
| HSV(B) | 302.38º | 0.45% | 0.87% | - |
| XYZ | 50.18 | 34.72 | 71.08 | - |
| YUV | 163.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 219 | 0 | 0.45 | 0.02 | 0.13 | 302.38 | 0.61 | 0.68 |
| Hex | DF | 7A | DB | 0 | 2D | 2 | D | 12E | 3D | 44 |
| Octal | 337 | 172 | 333 | 0 | 55 | 2 | 15 | 456 | 75 | 104 |
| Binary | 11011111 | 1111010 | 11011011 | 0 | 101101 | 10 | 1101 | 100101110 | 111101 | 1000100 |
Color Harmonies of #DF7ADB
Complementary color
Monochromatic Colors of #DF7ADB
Black with #DF7ADB
Text Example
Text Example
White with #DF7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7ADB; }
p { color: rgb(223,122,219); }
H1.HeaderClassName
{
color: #DF7ADB;
}
.AnyTagClassName
{
color: #DF7ADB;
}
</style>
background-color css
<style>
a { background-color: #DF7ADB; }
a { background-color: rgb(223,122,219); }
div.DivClassName
{
background-color: #DF7ADB;
}
.BgClassName
{
background-color: #DF7ADB;
}
</style>
border-color css
<style>
span { border-color: #DF7ADB; }
span { border-color: rgb(223,122,219); }
td.TdClassName
{
border-color: #DF7ADB;
}
.TagClassName
{
border-color: #DF7ADB;
}
</style>