Shades of Orchid #DF7AD8
Tints of Orchid #DF7AD8
RGB
CMYK
RGB Variations
Color information
#DF7AD8 (or 0xDF7AD8) is known color: Orchid. HEX triplet: DF, 7A and D8. RGB value is (223,122,216). Sum of RGB (Red+Green+Blue) = 223+122+216=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AD8 is #208527. Grayscale: #A2A2A2. Windows color (decimal): -2131240 or 14187231. OLE color: 14187231.
HSL color Cylindrical-coordinate representation of color #DF7AD8: hue angle of 304.16º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7AD8 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 216 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.13 |
| HSL | 304.16º | 0.61% | 0.68% | - |
| HSV(B) | 304.16º | 0.45% | 0.87% | - |
| XYZ | 49.79 | 34.56 | 69.01 | - |
| YUV | 162.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 216 | 0 | 0.45 | 0.03 | 0.13 | 304.16 | 0.61 | 0.68 |
| Hex | DF | 7A | D8 | 0 | 2D | 3 | D | 130 | 3D | 44 |
| Octal | 337 | 172 | 330 | 0 | 55 | 3 | 15 | 460 | 75 | 104 |
| Binary | 11011111 | 1111010 | 11011000 | 0 | 101101 | 11 | 1101 | 100110000 | 111101 | 1000100 |
Color Harmonies of #DF7AD8
Complementary color
Monochromatic Colors of #DF7AD8
Black with #DF7AD8
Text Example
Text Example
White with #DF7AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7AD8; }
p { color: rgb(223,122,216); }
H1.HeaderClassName
{
color: #DF7AD8;
}
.AnyTagClassName
{
color: #DF7AD8;
}
</style>
background-color css
<style>
a { background-color: #DF7AD8; }
a { background-color: rgb(223,122,216); }
div.DivClassName
{
background-color: #DF7AD8;
}
.BgClassName
{
background-color: #DF7AD8;
}
</style>
border-color css
<style>
span { border-color: #DF7AD8; }
span { border-color: rgb(223,122,216); }
td.TdClassName
{
border-color: #DF7AD8;
}
.TagClassName
{
border-color: #DF7AD8;
}
</style>