Shades of Orchid #DF7ED6
Tints of Orchid #DF7ED6
RGB
CMYK
RGB Variations
Color information
#DF7ED6 (or 0xDF7ED6) is known color: Orchid. HEX triplet: DF, 7E and D6. RGB value is (223,126,214). Sum of RGB (Red+Green+Blue) = 223+126+214=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ED6 is #208129. Grayscale: #A4A4A4. Windows color (decimal): -2130218 or 14057183. OLE color: 14057183.
HSL color Cylindrical-coordinate representation of color #DF7ED6: hue angle of 305.57º 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 #DF7ED6 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 214 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.13 |
| HSL | 305.57º | 0.6% | 0.68% | - |
| HSV(B) | 305.57º | 0.43% | 0.87% | - |
| XYZ | 50.03 | 35.46 | 67.83 | - |
| YUV | 165.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 214 | 0 | 0.43 | 0.04 | 0.13 | 305.57 | 0.6 | 0.68 |
| Hex | DF | 7E | D6 | 0 | 2B | 4 | D | 132 | 3C | 44 |
| Octal | 337 | 176 | 326 | 0 | 53 | 4 | 15 | 462 | 74 | 104 |
| Binary | 11011111 | 1111110 | 11010110 | 0 | 101011 | 100 | 1101 | 100110010 | 111100 | 1000100 |
Color Harmonies of #DF7ED6
Complementary color
Monochromatic Colors of #DF7ED6
Black with #DF7ED6
Text Example
Text Example
White with #DF7ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7ED6; }
p { color: rgb(223,126,214); }
H1.HeaderClassName
{
color: #DF7ED6;
}
.AnyTagClassName
{
color: #DF7ED6;
}
</style>
background-color css
<style>
a { background-color: #DF7ED6; }
a { background-color: rgb(223,126,214); }
div.DivClassName
{
background-color: #DF7ED6;
}
.BgClassName
{
background-color: #DF7ED6;
}
</style>
border-color css
<style>
span { border-color: #DF7ED6; }
span { border-color: rgb(223,126,214); }
td.TdClassName
{
border-color: #DF7ED6;
}
.TagClassName
{
border-color: #DF7ED6;
}
</style>