Shades of Orchid #DF7EDE
Tints of Orchid #DF7EDE
RGB
CMYK
RGB Variations
Color information
#DF7EDE (or 0xDF7EDE) is known color: Orchid. HEX triplet: DF, 7E and DE. RGB value is (223,126,222). Sum of RGB (Red+Green+Blue) = 223+126+222=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EDE is #208121. Grayscale: #A5A5A5. Windows color (decimal): -2130210 or 14581471. OLE color: 14581471.
HSL color Cylindrical-coordinate representation of color #DF7EDE: hue angle of 300.62º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7EDE is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 222 | - |
| CMYK | 0 | 0.43 | 0.00 | 0.13 |
| HSL | 300.62º | 0.6% | 0.68% | - |
| HSV(B) | 300.62º | 0.43% | 0.87% | - |
| XYZ | 51.08 | 35.88 | 73.34 | - |
| YUV | 165.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 222 | 0 | 0.43 | 0.00 | 0.13 | 300.62 | 0.6 | 0.68 |
| Hex | DF | 7E | DE | 0 | 2B | 0 | D | 12D | 3C | 44 |
| Octal | 337 | 176 | 336 | 0 | 53 | 0 | 15 | 455 | 74 | 104 |
| Binary | 11011111 | 1111110 | 11011110 | 0 | 101011 | 0 | 1101 | 100101101 | 111100 | 1000100 |
Color Harmonies of #DF7EDE
Complementary color
Monochromatic Colors of #DF7EDE
Black with #DF7EDE
Text Example
Text Example
White with #DF7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EDE; }
p { color: rgb(223,126,222); }
H1.HeaderClassName
{
color: #DF7EDE;
}
.AnyTagClassName
{
color: #DF7EDE;
}
</style>
background-color css
<style>
a { background-color: #DF7EDE; }
a { background-color: rgb(223,126,222); }
div.DivClassName
{
background-color: #DF7EDE;
}
.BgClassName
{
background-color: #DF7EDE;
}
</style>
border-color css
<style>
span { border-color: #DF7EDE; }
span { border-color: rgb(223,126,222); }
td.TdClassName
{
border-color: #DF7EDE;
}
.TagClassName
{
border-color: #DF7EDE;
}
</style>