Shades of Orchid #DF7CDE
Tints of Orchid #DF7CDE
RGB
CMYK
RGB Variations
Color information
#DF7CDE (or 0xDF7CDE) is known color: Orchid. HEX triplet: DF, 7C and DE. RGB value is (223,124,222). Sum of RGB (Red+Green+Blue) = 223+124+222=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CDE is #208321. Grayscale: #A4A4A4. Windows color (decimal): -2130722 or 14580959. OLE color: 14580959.
HSL color Cylindrical-coordinate representation of color #DF7CDE: hue angle of 300.61º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7CDE is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 222 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.13 |
| HSL | 300.61º | 0.61% | 0.68% | - |
| HSV(B) | 300.61º | 0.44% | 0.87% | - |
| XYZ | 50.82 | 35.38 | 73.26 | - |
| YUV | 164.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 222 | 0 | 0.44 | 0.00 | 0.13 | 300.61 | 0.61 | 0.68 |
| Hex | DF | 7C | DE | 0 | 2C | 0 | D | 12D | 3D | 44 |
| Octal | 337 | 174 | 336 | 0 | 54 | 0 | 15 | 455 | 75 | 104 |
| Binary | 11011111 | 1111100 | 11011110 | 0 | 101100 | 0 | 1101 | 100101101 | 111101 | 1000100 |
Color Harmonies of #DF7CDE
Complementary color
Monochromatic Colors of #DF7CDE
Black with #DF7CDE
Text Example
Text Example
White with #DF7CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CDE; }
p { color: rgb(223,124,222); }
H1.HeaderClassName
{
color: #DF7CDE;
}
.AnyTagClassName
{
color: #DF7CDE;
}
</style>
background-color css
<style>
a { background-color: #DF7CDE; }
a { background-color: rgb(223,124,222); }
div.DivClassName
{
background-color: #DF7CDE;
}
.BgClassName
{
background-color: #DF7CDE;
}
</style>
border-color css
<style>
span { border-color: #DF7CDE; }
span { border-color: rgb(223,124,222); }
td.TdClassName
{
border-color: #DF7CDE;
}
.TagClassName
{
border-color: #DF7CDE;
}
</style>