Shades of Orchid #DF7EC5
Tints of Orchid #DF7EC5
RGB
CMYK
RGB Variations
Color information
#DF7EC5 (or 0xDF7EC5) is known color: Orchid. HEX triplet: DF, 7E and C5. RGB value is (223,126,197). Sum of RGB (Red+Green+Blue) = 223+126+197=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EC5 is #20813A. Grayscale: #A2A2A2. Windows color (decimal): -2130235 or 12943071. OLE color: 12943071.
HSL color Cylindrical-coordinate representation of color #DF7EC5: hue angle of 316.08º 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 #DF7EC5 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 197 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.13 |
| HSL | 316.08º | 0.6% | 0.68% | - |
| HSV(B) | 316.08º | 0.43% | 0.87% | - |
| XYZ | 47.97 | 34.64 | 56.98 | - |
| YUV | 163.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 197 | 0 | 0.43 | 0.12 | 0.13 | 316.08 | 0.6 | 0.68 |
| Hex | DF | 7E | C5 | 0 | 2B | C | D | 13C | 3C | 44 |
| Octal | 337 | 176 | 305 | 0 | 53 | 14 | 15 | 474 | 74 | 104 |
| Binary | 11011111 | 1111110 | 11000101 | 0 | 101011 | 1100 | 1101 | 100111100 | 111100 | 1000100 |
Color Harmonies of #DF7EC5
Complementary color
Monochromatic Colors of #DF7EC5
Black with #DF7EC5
Text Example
Text Example
White with #DF7EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EC5; }
p { color: rgb(223,126,197); }
H1.HeaderClassName
{
color: #DF7EC5;
}
.AnyTagClassName
{
color: #DF7EC5;
}
</style>
background-color css
<style>
a { background-color: #DF7EC5; }
a { background-color: rgb(223,126,197); }
div.DivClassName
{
background-color: #DF7EC5;
}
.BgClassName
{
background-color: #DF7EC5;
}
</style>
border-color css
<style>
span { border-color: #DF7EC5; }
span { border-color: rgb(223,126,197); }
td.TdClassName
{
border-color: #DF7EC5;
}
.TagClassName
{
border-color: #DF7EC5;
}
</style>