Shades of Orchid #DF7DCF
Tints of Orchid #DF7DCF
RGB
CMYK
RGB Variations
Color information
#DF7DCF (or 0xDF7DCF) is known color: Orchid. HEX triplet: DF, 7D and CF. RGB value is (223,125,207). Sum of RGB (Red+Green+Blue) = 223+125+207=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DCF is #208230. Grayscale: #A3A3A3. Windows color (decimal): -2130481 or 13598175. OLE color: 13598175.
HSL color Cylindrical-coordinate representation of color #DF7DCF: hue angle of 309.8º 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 #DF7DCF is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 207 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.13 |
| HSL | 309.8º | 0.6% | 0.68% | - |
| HSV(B) | 309.8º | 0.44% | 0.87% | - |
| XYZ | 49.03 | 34.86 | 63.18 | - |
| YUV | 163.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 207 | 0 | 0.44 | 0.07 | 0.13 | 309.8 | 0.6 | 0.68 |
| Hex | DF | 7D | CF | 0 | 2C | 7 | D | 136 | 3C | 44 |
| Octal | 337 | 175 | 317 | 0 | 54 | 7 | 15 | 466 | 74 | 104 |
| Binary | 11011111 | 1111101 | 11001111 | 0 | 101100 | 111 | 1101 | 100110110 | 111100 | 1000100 |
Color Harmonies of #DF7DCF
Complementary color
Monochromatic Colors of #DF7DCF
Black with #DF7DCF
Text Example
Text Example
White with #DF7DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DCF; }
p { color: rgb(223,125,207); }
H1.HeaderClassName
{
color: #DF7DCF;
}
.AnyTagClassName
{
color: #DF7DCF;
}
</style>
background-color css
<style>
a { background-color: #DF7DCF; }
a { background-color: rgb(223,125,207); }
div.DivClassName
{
background-color: #DF7DCF;
}
.BgClassName
{
background-color: #DF7DCF;
}
</style>
border-color css
<style>
span { border-color: #DF7DCF; }
span { border-color: rgb(223,125,207); }
td.TdClassName
{
border-color: #DF7DCF;
}
.TagClassName
{
border-color: #DF7DCF;
}
</style>