Shades of Orchid #DF7DDE
Tints of Orchid #DF7DDE
RGB
CMYK
RGB Variations
Color information
#DF7DDE (or 0xDF7DDE) is known color: Orchid. HEX triplet: DF, 7D and DE. RGB value is (223,125,222). Sum of RGB (Red+Green+Blue) = 223+125+222=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DDE is #208221. Grayscale: #A5A5A5. Windows color (decimal): -2130466 or 14581215. OLE color: 14581215.
HSL color Cylindrical-coordinate representation of color #DF7DDE: hue angle of 300.61º degrees, saturation: 0.6, 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 #DF7DDE is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 222 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.13 |
| HSL | 300.61º | 0.6% | 0.68% | - |
| HSV(B) | 300.61º | 0.44% | 0.87% | - |
| XYZ | 50.95 | 35.63 | 73.3 | - |
| YUV | 165.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 222 | 0 | 0.44 | 0.00 | 0.13 | 300.61 | 0.6 | 0.68 |
| Hex | DF | 7D | DE | 0 | 2C | 0 | D | 12D | 3C | 44 |
| Octal | 337 | 175 | 336 | 0 | 54 | 0 | 15 | 455 | 74 | 104 |
| Binary | 11011111 | 1111101 | 11011110 | 0 | 101100 | 0 | 1101 | 100101101 | 111100 | 1000100 |
Color Harmonies of #DF7DDE
Complementary color
Monochromatic Colors of #DF7DDE
Black with #DF7DDE
Text Example
Text Example
White with #DF7DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DDE; }
p { color: rgb(223,125,222); }
H1.HeaderClassName
{
color: #DF7DDE;
}
.AnyTagClassName
{
color: #DF7DDE;
}
</style>
background-color css
<style>
a { background-color: #DF7DDE; }
a { background-color: rgb(223,125,222); }
div.DivClassName
{
background-color: #DF7DDE;
}
.BgClassName
{
background-color: #DF7DDE;
}
</style>
border-color css
<style>
span { border-color: #DF7DDE; }
span { border-color: rgb(223,125,222); }
td.TdClassName
{
border-color: #DF7DDE;
}
.TagClassName
{
border-color: #DF7DDE;
}
</style>