Shades of Orchid #DF7ADD
Tints of Orchid #DF7ADD
RGB
CMYK
RGB Variations
Color information
#DF7ADD (or 0xDF7ADD) is known color: Orchid. HEX triplet: DF, 7A and DD. RGB value is (223,122,221). Sum of RGB (Red+Green+Blue) = 223+122+221=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ADD is #208522. Grayscale: #A3A3A3. Windows color (decimal): -2131235 or 14514911. OLE color: 14514911.
HSL color Cylindrical-coordinate representation of color #DF7ADD: hue angle of 301.19º 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 #DF7ADD is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 221 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.13 |
| HSL | 301.19º | 0.61% | 0.68% | - |
| HSV(B) | 301.19º | 0.45% | 0.87% | - |
| XYZ | 50.44 | 34.83 | 72.47 | - |
| YUV | 163.49 | 160.46 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 221 | 0 | 0.45 | 0.01 | 0.13 | 301.19 | 0.61 | 0.68 |
| Hex | DF | 7A | DD | 0 | 2D | 1 | D | 12D | 3D | 44 |
| Octal | 337 | 172 | 335 | 0 | 55 | 1 | 15 | 455 | 75 | 104 |
| Binary | 11011111 | 1111010 | 11011101 | 0 | 101101 | 1 | 1101 | 100101101 | 111101 | 1000100 |
Color Harmonies of #DF7ADD
Complementary color
Monochromatic Colors of #DF7ADD
Black with #DF7ADD
Text Example
Text Example
White with #DF7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7ADD; }
p { color: rgb(223,122,221); }
H1.HeaderClassName
{
color: #DF7ADD;
}
.AnyTagClassName
{
color: #DF7ADD;
}
</style>
background-color css
<style>
a { background-color: #DF7ADD; }
a { background-color: rgb(223,122,221); }
div.DivClassName
{
background-color: #DF7ADD;
}
.BgClassName
{
background-color: #DF7ADD;
}
</style>
border-color css
<style>
span { border-color: #DF7ADD; }
span { border-color: rgb(223,122,221); }
td.TdClassName
{
border-color: #DF7ADD;
}
.TagClassName
{
border-color: #DF7ADD;
}
</style>