Shades of Orchid #DF7DC6
Tints of Orchid #DF7DC6
RGB
CMYK
RGB Variations
Color information
#DF7DC6 (or 0xDF7DC6) is known color: Orchid. HEX triplet: DF, 7D and C6. RGB value is (223,125,198). Sum of RGB (Red+Green+Blue) = 223+125+198=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DC6 is #208239. Grayscale: #A2A2A2. Windows color (decimal): -2130490 or 13008351. OLE color: 13008351.
HSL color Cylindrical-coordinate representation of color #DF7DC6: hue angle of 315.31º 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 #DF7DC6 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 198 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.13 |
| HSL | 315.31º | 0.6% | 0.68% | - |
| HSV(B) | 315.31º | 0.44% | 0.87% | - |
| XYZ | 47.96 | 34.43 | 57.54 | - |
| YUV | 162.62 | 147.97 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 198 | 0 | 0.44 | 0.11 | 0.13 | 315.31 | 0.6 | 0.68 |
| Hex | DF | 7D | C6 | 0 | 2C | B | D | 13B | 3C | 44 |
| Octal | 337 | 175 | 306 | 0 | 54 | 13 | 15 | 473 | 74 | 104 |
| Binary | 11011111 | 1111101 | 11000110 | 0 | 101100 | 1011 | 1101 | 100111011 | 111100 | 1000100 |
Color Harmonies of #DF7DC6
Complementary color
Monochromatic Colors of #DF7DC6
Black with #DF7DC6
Text Example
Text Example
White with #DF7DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DC6; }
p { color: rgb(223,125,198); }
H1.HeaderClassName
{
color: #DF7DC6;
}
.AnyTagClassName
{
color: #DF7DC6;
}
</style>
background-color css
<style>
a { background-color: #DF7DC6; }
a { background-color: rgb(223,125,198); }
div.DivClassName
{
background-color: #DF7DC6;
}
.BgClassName
{
background-color: #DF7DC6;
}
</style>
border-color css
<style>
span { border-color: #DF7DC6; }
span { border-color: rgb(223,125,198); }
td.TdClassName
{
border-color: #DF7DC6;
}
.TagClassName
{
border-color: #DF7DC6;
}
</style>