Shades of Orchid #DF7EDD
Tints of Orchid #DF7EDD
RGB
CMYK
RGB Variations
Color information
#DF7EDD (or 0xDF7EDD) is known color: Orchid. HEX triplet: DF, 7E and DD. RGB value is (223,126,221). Sum of RGB (Red+Green+Blue) = 223+126+221=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EDD is #208122. Grayscale: #A5A5A5. Windows color (decimal): -2130211 or 14515935. OLE color: 14515935.
HSL color Cylindrical-coordinate representation of color #DF7EDD: hue angle of 301.24º 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 #DF7EDD is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 221 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.13 |
| HSL | 301.24º | 0.6% | 0.68% | - |
| HSV(B) | 301.24º | 0.43% | 0.87% | - |
| XYZ | 50.94 | 35.83 | 72.64 | - |
| YUV | 165.83 | 159.14 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 221 | 0 | 0.43 | 0.01 | 0.13 | 301.24 | 0.6 | 0.68 |
| Hex | DF | 7E | DD | 0 | 2B | 1 | D | 12D | 3C | 44 |
| Octal | 337 | 176 | 335 | 0 | 53 | 1 | 15 | 455 | 74 | 104 |
| Binary | 11011111 | 1111110 | 11011101 | 0 | 101011 | 1 | 1101 | 100101101 | 111100 | 1000100 |
Color Harmonies of #DF7EDD
Complementary color
Monochromatic Colors of #DF7EDD
Black with #DF7EDD
Text Example
Text Example
White with #DF7EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EDD; }
p { color: rgb(223,126,221); }
H1.HeaderClassName
{
color: #DF7EDD;
}
.AnyTagClassName
{
color: #DF7EDD;
}
</style>
background-color css
<style>
a { background-color: #DF7EDD; }
a { background-color: rgb(223,126,221); }
div.DivClassName
{
background-color: #DF7EDD;
}
.BgClassName
{
background-color: #DF7EDD;
}
</style>
border-color css
<style>
span { border-color: #DF7EDD; }
span { border-color: rgb(223,126,221); }
td.TdClassName
{
border-color: #DF7EDD;
}
.TagClassName
{
border-color: #DF7EDD;
}
</style>