Shades of Orchid #DF7ACE
Tints of Orchid #DF7ACE
RGB
CMYK
RGB Variations
Color information
#DF7ACE (or 0xDF7ACE) is known color: Orchid. HEX triplet: DF, 7A and CE. RGB value is (223,122,206). Sum of RGB (Red+Green+Blue) = 223+122+206=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ACE is #208531. Grayscale: #A1A1A1. Windows color (decimal): -2131250 or 13531871. OLE color: 13531871.
HSL color Cylindrical-coordinate representation of color #DF7ACE: hue angle of 310.1º 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 #DF7ACE is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 206 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.13 |
| HSL | 310.1º | 0.61% | 0.68% | - |
| HSV(B) | 310.1º | 0.45% | 0.87% | - |
| XYZ | 48.53 | 34.06 | 62.41 | - |
| YUV | 161.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 206 | 0 | 0.45 | 0.08 | 0.13 | 310.1 | 0.61 | 0.68 |
| Hex | DF | 7A | CE | 0 | 2D | 8 | D | 136 | 3D | 44 |
| Octal | 337 | 172 | 316 | 0 | 55 | 10 | 15 | 466 | 75 | 104 |
| Binary | 11011111 | 1111010 | 11001110 | 0 | 101101 | 1000 | 1101 | 100110110 | 111101 | 1000100 |
Color Harmonies of #DF7ACE
Complementary color
Monochromatic Colors of #DF7ACE
Black with #DF7ACE
Text Example
Text Example
White with #DF7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7ACE; }
p { color: rgb(223,122,206); }
H1.HeaderClassName
{
color: #DF7ACE;
}
.AnyTagClassName
{
color: #DF7ACE;
}
</style>
background-color css
<style>
a { background-color: #DF7ACE; }
a { background-color: rgb(223,122,206); }
div.DivClassName
{
background-color: #DF7ACE;
}
.BgClassName
{
background-color: #DF7ACE;
}
</style>
border-color css
<style>
span { border-color: #DF7ACE; }
span { border-color: rgb(223,122,206); }
td.TdClassName
{
border-color: #DF7ACE;
}
.TagClassName
{
border-color: #DF7ACE;
}
</style>