Shades of Orchid #DF7AD1
Tints of Orchid #DF7AD1
RGB
CMYK
RGB Variations
Color information
#DF7AD1 (or 0xDF7AD1) is known color: Orchid. HEX triplet: DF, 7A and D1. RGB value is (223,122,209). Sum of RGB (Red+Green+Blue) = 223+122+209=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AD1 is #20852E. Grayscale: #A1A1A1. Windows color (decimal): -2131247 or 13728479. OLE color: 13728479.
HSL color Cylindrical-coordinate representation of color #DF7AD1: hue angle of 308.32º 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 #DF7AD1 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 209 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.13 |
| HSL | 308.32º | 0.61% | 0.68% | - |
| HSV(B) | 308.32º | 0.45% | 0.87% | - |
| XYZ | 48.9 | 34.21 | 64.35 | - |
| YUV | 162.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 209 | 0 | 0.45 | 0.06 | 0.13 | 308.32 | 0.61 | 0.68 |
| Hex | DF | 7A | D1 | 0 | 2D | 6 | D | 134 | 3D | 44 |
| Octal | 337 | 172 | 321 | 0 | 55 | 6 | 15 | 464 | 75 | 104 |
| Binary | 11011111 | 1111010 | 11010001 | 0 | 101101 | 110 | 1101 | 100110100 | 111101 | 1000100 |
Color Harmonies of #DF7AD1
Complementary color
Monochromatic Colors of #DF7AD1
Black with #DF7AD1
Text Example
Text Example
White with #DF7AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7AD1; }
p { color: rgb(223,122,209); }
H1.HeaderClassName
{
color: #DF7AD1;
}
.AnyTagClassName
{
color: #DF7AD1;
}
</style>
background-color css
<style>
a { background-color: #DF7AD1; }
a { background-color: rgb(223,122,209); }
div.DivClassName
{
background-color: #DF7AD1;
}
.BgClassName
{
background-color: #DF7AD1;
}
</style>
border-color css
<style>
span { border-color: #DF7AD1; }
span { border-color: rgb(223,122,209); }
td.TdClassName
{
border-color: #DF7AD1;
}
.TagClassName
{
border-color: #DF7AD1;
}
</style>