Shades of Orchid #DF7AD0
Tints of Orchid #DF7AD0
RGB
CMYK
RGB Variations
Color information
#DF7AD0 (or 0xDF7AD0) is known color: Orchid. HEX triplet: DF, 7A and D0. RGB value is (223,122,208). Sum of RGB (Red+Green+Blue) = 223+122+208=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AD0 is #20852F. Grayscale: #A1A1A1. Windows color (decimal): -2131248 or 13662943. OLE color: 13662943.
HSL color Cylindrical-coordinate representation of color #DF7AD0: hue angle of 308.91º 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 #DF7AD0 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 208 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.13 |
| HSL | 308.91º | 0.61% | 0.68% | - |
| HSV(B) | 308.91º | 0.45% | 0.87% | - |
| XYZ | 48.78 | 34.16 | 63.7 | - |
| YUV | 162 | 153.96 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 208 | 0 | 0.45 | 0.07 | 0.13 | 308.91 | 0.61 | 0.68 |
| Hex | DF | 7A | D0 | 0 | 2D | 7 | D | 135 | 3D | 44 |
| Octal | 337 | 172 | 320 | 0 | 55 | 7 | 15 | 465 | 75 | 104 |
| Binary | 11011111 | 1111010 | 11010000 | 0 | 101101 | 111 | 1101 | 100110101 | 111101 | 1000100 |
Color Harmonies of #DF7AD0
Complementary color
Monochromatic Colors of #DF7AD0
Black with #DF7AD0
Text Example
Text Example
White with #DF7AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7AD0; }
p { color: rgb(223,122,208); }
H1.HeaderClassName
{
color: #DF7AD0;
}
.AnyTagClassName
{
color: #DF7AD0;
}
</style>
background-color css
<style>
a { background-color: #DF7AD0; }
a { background-color: rgb(223,122,208); }
div.DivClassName
{
background-color: #DF7AD0;
}
.BgClassName
{
background-color: #DF7AD0;
}
</style>
border-color css
<style>
span { border-color: #DF7AD0; }
span { border-color: rgb(223,122,208); }
td.TdClassName
{
border-color: #DF7AD0;
}
.TagClassName
{
border-color: #DF7AD0;
}
</style>