Shades of Orchid #DF7FDB
Tints of Orchid #DF7FDB
RGB
CMYK
RGB Variations
Color information
#DF7FDB (or 0xDF7FDB) is known color: Orchid. HEX triplet: DF, 7F and DB. RGB value is (223,127,219). Sum of RGB (Red+Green+Blue) = 223+127+219=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FDB is #208024. Grayscale: #A5A5A5. Windows color (decimal): -2129957 or 14385119. OLE color: 14385119.
HSL color Cylindrical-coordinate representation of color #DF7FDB: hue angle of 302.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7FDB is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 219 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.13 |
| HSL | 302.5º | 0.6% | 0.69% | - |
| HSV(B) | 302.5º | 0.43% | 0.87% | - |
| XYZ | 50.81 | 35.98 | 71.29 | - |
| YUV | 166.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 219 | 0 | 0.43 | 0.02 | 0.13 | 302.5 | 0.6 | 0.69 |
| Hex | DF | 7F | DB | 0 | 2B | 2 | D | 12E | 3C | 45 |
| Octal | 337 | 177 | 333 | 0 | 53 | 2 | 15 | 456 | 74 | 105 |
| Binary | 11011111 | 1111111 | 11011011 | 0 | 101011 | 10 | 1101 | 100101110 | 111100 | 1000101 |
Color Harmonies of #DF7FDB
Complementary color
Monochromatic Colors of #DF7FDB
Black with #DF7FDB
Text Example
Text Example
White with #DF7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FDB; }
p { color: rgb(223,127,219); }
H1.HeaderClassName
{
color: #DF7FDB;
}
.AnyTagClassName
{
color: #DF7FDB;
}
</style>
background-color css
<style>
a { background-color: #DF7FDB; }
a { background-color: rgb(223,127,219); }
div.DivClassName
{
background-color: #DF7FDB;
}
.BgClassName
{
background-color: #DF7FDB;
}
</style>
border-color css
<style>
span { border-color: #DF7FDB; }
span { border-color: rgb(223,127,219); }
td.TdClassName
{
border-color: #DF7FDB;
}
.TagClassName
{
border-color: #DF7FDB;
}
</style>