Shades of Orchid #DF7AD6
Tints of Orchid #DF7AD6
RGB
CMYK
RGB Variations
Color information
#DF7AD6 (or 0xDF7AD6) is known color: Orchid. HEX triplet: DF, 7A and D6. RGB value is (223,122,214). Sum of RGB (Red+Green+Blue) = 223+122+214=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AD6 is #208529. Grayscale: #A2A2A2. Windows color (decimal): -2131242 or 14056159. OLE color: 14056159.
HSL color Cylindrical-coordinate representation of color #DF7AD6: hue angle of 305.35º 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 #DF7AD6 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 214 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.13 |
| HSL | 305.35º | 0.61% | 0.68% | - |
| HSV(B) | 305.35º | 0.45% | 0.87% | - |
| XYZ | 49.53 | 34.46 | 67.66 | - |
| YUV | 162.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 214 | 0 | 0.45 | 0.04 | 0.13 | 305.35 | 0.61 | 0.68 |
| Hex | DF | 7A | D6 | 0 | 2D | 4 | D | 131 | 3D | 44 |
| Octal | 337 | 172 | 326 | 0 | 55 | 4 | 15 | 461 | 75 | 104 |
| Binary | 11011111 | 1111010 | 11010110 | 0 | 101101 | 100 | 1101 | 100110001 | 111101 | 1000100 |
Color Harmonies of #DF7AD6
Complementary color
Monochromatic Colors of #DF7AD6
Black with #DF7AD6
Text Example
Text Example
White with #DF7AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7AD6; }
p { color: rgb(223,122,214); }
H1.HeaderClassName
{
color: #DF7AD6;
}
.AnyTagClassName
{
color: #DF7AD6;
}
</style>
background-color css
<style>
a { background-color: #DF7AD6; }
a { background-color: rgb(223,122,214); }
div.DivClassName
{
background-color: #DF7AD6;
}
.BgClassName
{
background-color: #DF7AD6;
}
</style>
border-color css
<style>
span { border-color: #DF7AD6; }
span { border-color: rgb(223,122,214); }
td.TdClassName
{
border-color: #DF7AD6;
}
.TagClassName
{
border-color: #DF7AD6;
}
</style>