Shades of Orchid #DF7DE0
Tints of Orchid #DF7DE0
RGB
CMYK
RGB Variations
Color information
#DF7DE0 (or 0xDF7DE0) is known color: Orchid. HEX triplet: DF, 7D and E0. RGB value is (223,125,224). Sum of RGB (Red+Green+Blue) = 223+125+224=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF7DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DE0 is #20821F. Grayscale: #A5A5A5. Windows color (decimal): -2130464 or 14712287. OLE color: 14712287.
HSL color Cylindrical-coordinate representation of color #DF7DE0: hue angle of 299.39º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7DE0 is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 125 | 224 | - |
| CMYK | 0.00 | 0.44 | 0 | 0.12 |
| HSL | 299.39º | 0.61% | 0.68% | - |
| HSV(B) | 299.39º | 0.44% | 0.88% | - |
| XYZ | 51.22 | 35.74 | 74.72 | - |
| YUV | 165.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 224 | 0.00 | 0.44 | 0 | 0.12 | 299.39 | 0.61 | 0.68 |
| Hex | DF | 7D | E0 | 0 | 2C | 0 | C | 12B | 3D | 44 |
| Octal | 337 | 175 | 340 | 0 | 54 | 0 | 14 | 453 | 75 | 104 |
| Binary | 11011111 | 1111101 | 11100000 | 0 | 101100 | 0 | 1100 | 100101011 | 111101 | 1000100 |
Color Harmonies of #DF7DE0
Complementary color
Monochromatic Colors of #DF7DE0
Black with #DF7DE0
Text Example
Text Example
White with #DF7DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DE0; }
p { color: rgb(223,125,224); }
H1.HeaderClassName
{
color: #DF7DE0;
}
.AnyTagClassName
{
color: #DF7DE0;
}
</style>
background-color css
<style>
a { background-color: #DF7DE0; }
a { background-color: rgb(223,125,224); }
div.DivClassName
{
background-color: #DF7DE0;
}
.BgClassName
{
background-color: #DF7DE0;
}
</style>
border-color css
<style>
span { border-color: #DF7DE0; }
span { border-color: rgb(223,125,224); }
td.TdClassName
{
border-color: #DF7DE0;
}
.TagClassName
{
border-color: #DF7DE0;
}
</style>