Shades of Orchid #DF7ECD
Tints of Orchid #DF7ECD
RGB
CMYK
RGB Variations
Color information
#DF7ECD (or 0xDF7ECD) is known color: Orchid. HEX triplet: DF, 7E and CD. RGB value is (223,126,205). Sum of RGB (Red+Green+Blue) = 223+126+205=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ECD is #208132. Grayscale: #A3A3A3. Windows color (decimal): -2130227 or 13467359. OLE color: 13467359.
HSL color Cylindrical-coordinate representation of color #DF7ECD: hue angle of 311.13º 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 #DF7ECD is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 205 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.13 |
| HSL | 311.13º | 0.6% | 0.68% | - |
| HSV(B) | 311.13º | 0.43% | 0.87% | - |
| XYZ | 48.91 | 35.02 | 61.94 | - |
| YUV | 164.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 205 | 0 | 0.43 | 0.08 | 0.13 | 311.13 | 0.6 | 0.68 |
| Hex | DF | 7E | CD | 0 | 2B | 8 | D | 137 | 3C | 44 |
| Octal | 337 | 176 | 315 | 0 | 53 | 10 | 15 | 467 | 74 | 104 |
| Binary | 11011111 | 1111110 | 11001101 | 0 | 101011 | 1000 | 1101 | 100110111 | 111100 | 1000100 |
Color Harmonies of #DF7ECD
Complementary color
Monochromatic Colors of #DF7ECD
Black with #DF7ECD
Text Example
Text Example
White with #DF7ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7ECD; }
p { color: rgb(223,126,205); }
H1.HeaderClassName
{
color: #DF7ECD;
}
.AnyTagClassName
{
color: #DF7ECD;
}
</style>
background-color css
<style>
a { background-color: #DF7ECD; }
a { background-color: rgb(223,126,205); }
div.DivClassName
{
background-color: #DF7ECD;
}
.BgClassName
{
background-color: #DF7ECD;
}
</style>
border-color css
<style>
span { border-color: #DF7ECD; }
span { border-color: rgb(223,126,205); }
td.TdClassName
{
border-color: #DF7ECD;
}
.TagClassName
{
border-color: #DF7ECD;
}
</style>