Shades of Orchid #DF7ECE
Tints of Orchid #DF7ECE
RGB
CMYK
RGB Variations
Color information
#DF7ECE (or 0xDF7ECE) is known color: Orchid. HEX triplet: DF, 7E and CE. RGB value is (223,126,206). Sum of RGB (Red+Green+Blue) = 223+126+206=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ECE is #208131. Grayscale: #A3A3A3. Windows color (decimal): -2130226 or 13532895. OLE color: 13532895.
HSL color Cylindrical-coordinate representation of color #DF7ECE: hue angle of 310.52º 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 #DF7ECE is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 206 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.13 |
| HSL | 310.52º | 0.6% | 0.68% | - |
| HSV(B) | 310.52º | 0.43% | 0.87% | - |
| XYZ | 49.03 | 35.07 | 62.58 | - |
| YUV | 164.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 206 | 0 | 0.43 | 0.08 | 0.13 | 310.52 | 0.6 | 0.68 |
| Hex | DF | 7E | CE | 0 | 2B | 8 | D | 137 | 3C | 44 |
| Octal | 337 | 176 | 316 | 0 | 53 | 10 | 15 | 467 | 74 | 104 |
| Binary | 11011111 | 1111110 | 11001110 | 0 | 101011 | 1000 | 1101 | 100110111 | 111100 | 1000100 |
Color Harmonies of #DF7ECE
Complementary color
Monochromatic Colors of #DF7ECE
Black with #DF7ECE
Text Example
Text Example
White with #DF7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7ECE; }
p { color: rgb(223,126,206); }
H1.HeaderClassName
{
color: #DF7ECE;
}
.AnyTagClassName
{
color: #DF7ECE;
}
</style>
background-color css
<style>
a { background-color: #DF7ECE; }
a { background-color: rgb(223,126,206); }
div.DivClassName
{
background-color: #DF7ECE;
}
.BgClassName
{
background-color: #DF7ECE;
}
</style>
border-color css
<style>
span { border-color: #DF7ECE; }
span { border-color: rgb(223,126,206); }
td.TdClassName
{
border-color: #DF7ECE;
}
.TagClassName
{
border-color: #DF7ECE;
}
</style>