Shades of Orchid #DF7ED2
Tints of Orchid #DF7ED2
RGB
CMYK
RGB Variations
Color information
#DF7ED2 (or 0xDF7ED2) is known color: Orchid. HEX triplet: DF, 7E and D2. RGB value is (223,126,210). Sum of RGB (Red+Green+Blue) = 223+126+210=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ED2 is #20812D. Grayscale: #A4A4A4. Windows color (decimal): -2130222 or 13795039. OLE color: 13795039.
HSL color Cylindrical-coordinate representation of color #DF7ED2: hue angle of 308.04º 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 #DF7ED2 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 210 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.13 |
| HSL | 308.04º | 0.6% | 0.68% | - |
| HSV(B) | 308.04º | 0.43% | 0.87% | - |
| XYZ | 49.53 | 35.26 | 65.17 | - |
| YUV | 164.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 210 | 0 | 0.43 | 0.06 | 0.13 | 308.04 | 0.6 | 0.68 |
| Hex | DF | 7E | D2 | 0 | 2B | 6 | D | 134 | 3C | 44 |
| Octal | 337 | 176 | 322 | 0 | 53 | 6 | 15 | 464 | 74 | 104 |
| Binary | 11011111 | 1111110 | 11010010 | 0 | 101011 | 110 | 1101 | 100110100 | 111100 | 1000100 |
Color Harmonies of #DF7ED2
Complementary color
Monochromatic Colors of #DF7ED2
Black with #DF7ED2
Text Example
Text Example
White with #DF7ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7ED2; }
p { color: rgb(223,126,210); }
H1.HeaderClassName
{
color: #DF7ED2;
}
.AnyTagClassName
{
color: #DF7ED2;
}
</style>
background-color css
<style>
a { background-color: #DF7ED2; }
a { background-color: rgb(223,126,210); }
div.DivClassName
{
background-color: #DF7ED2;
}
.BgClassName
{
background-color: #DF7ED2;
}
</style>
border-color css
<style>
span { border-color: #DF7ED2; }
span { border-color: rgb(223,126,210); }
td.TdClassName
{
border-color: #DF7ED2;
}
.TagClassName
{
border-color: #DF7ED2;
}
</style>