Shades of Orchid #DF7EDC
Tints of Orchid #DF7EDC
RGB
CMYK
RGB Variations
Color information
#DF7EDC (or 0xDF7EDC) is known color: Orchid. HEX triplet: DF, 7E and DC. RGB value is (223,126,220). Sum of RGB (Red+Green+Blue) = 223+126+220=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EDC is #208123. Grayscale: #A5A5A5. Windows color (decimal): -2130212 or 14450399. OLE color: 14450399.
HSL color Cylindrical-coordinate representation of color #DF7EDC: hue angle of 301.86º 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 #DF7EDC is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 220 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.13 |
| HSL | 301.86º | 0.6% | 0.68% | - |
| HSV(B) | 301.86º | 0.43% | 0.87% | - |
| XYZ | 50.81 | 35.78 | 71.94 | - |
| YUV | 165.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 220 | 0 | 0.43 | 0.01 | 0.13 | 301.86 | 0.6 | 0.68 |
| Hex | DF | 7E | DC | 0 | 2B | 1 | D | 12E | 3C | 44 |
| Octal | 337 | 176 | 334 | 0 | 53 | 1 | 15 | 456 | 74 | 104 |
| Binary | 11011111 | 1111110 | 11011100 | 0 | 101011 | 1 | 1101 | 100101110 | 111100 | 1000100 |
Color Harmonies of #DF7EDC
Complementary color
Monochromatic Colors of #DF7EDC
Black with #DF7EDC
Text Example
Text Example
White with #DF7EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EDC; }
p { color: rgb(223,126,220); }
H1.HeaderClassName
{
color: #DF7EDC;
}
.AnyTagClassName
{
color: #DF7EDC;
}
</style>
background-color css
<style>
a { background-color: #DF7EDC; }
a { background-color: rgb(223,126,220); }
div.DivClassName
{
background-color: #DF7EDC;
}
.BgClassName
{
background-color: #DF7EDC;
}
</style>
border-color css
<style>
span { border-color: #DF7EDC; }
span { border-color: rgb(223,126,220); }
td.TdClassName
{
border-color: #DF7EDC;
}
.TagClassName
{
border-color: #DF7EDC;
}
</style>