Shades of Orchid #DF7ECF
Tints of Orchid #DF7ECF
RGB
CMYK
RGB Variations
Color information
#DF7ECF (or 0xDF7ECF) is known color: Orchid. HEX triplet: DF, 7E and CF. RGB value is (223,126,207). Sum of RGB (Red+Green+Blue) = 223+126+207=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ECF is #208130. Grayscale: #A4A4A4. Windows color (decimal): -2130225 or 13598431. OLE color: 13598431.
HSL color Cylindrical-coordinate representation of color #DF7ECF: hue angle of 309.9º 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 #DF7ECF is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 207 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.13 |
| HSL | 309.9º | 0.6% | 0.68% | - |
| HSV(B) | 309.9º | 0.43% | 0.87% | - |
| XYZ | 49.15 | 35.11 | 63.22 | - |
| YUV | 164.24 | 152.14 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 207 | 0 | 0.43 | 0.07 | 0.13 | 309.9 | 0.6 | 0.68 |
| Hex | DF | 7E | CF | 0 | 2B | 7 | D | 136 | 3C | 44 |
| Octal | 337 | 176 | 317 | 0 | 53 | 7 | 15 | 466 | 74 | 104 |
| Binary | 11011111 | 1111110 | 11001111 | 0 | 101011 | 111 | 1101 | 100110110 | 111100 | 1000100 |
Color Harmonies of #DF7ECF
Complementary color
Monochromatic Colors of #DF7ECF
Black with #DF7ECF
Text Example
Text Example
White with #DF7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7ECF; }
p { color: rgb(223,126,207); }
H1.HeaderClassName
{
color: #DF7ECF;
}
.AnyTagClassName
{
color: #DF7ECF;
}
</style>
background-color css
<style>
a { background-color: #DF7ECF; }
a { background-color: rgb(223,126,207); }
div.DivClassName
{
background-color: #DF7ECF;
}
.BgClassName
{
background-color: #DF7ECF;
}
</style>
border-color css
<style>
span { border-color: #DF7ECF; }
span { border-color: rgb(223,126,207); }
td.TdClassName
{
border-color: #DF7ECF;
}
.TagClassName
{
border-color: #DF7ECF;
}
</style>