Shades of Orchid #DF7AC7
Tints of Orchid #DF7AC7
RGB
CMYK
RGB Variations
Color information
#DF7AC7 (or 0xDF7AC7) is known color: Orchid. HEX triplet: DF, 7A and C7. RGB value is (223,122,199). Sum of RGB (Red+Green+Blue) = 223+122+199=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AC7 is #208538. Grayscale: #A0A0A0. Windows color (decimal): -2131257 or 13073119. OLE color: 13073119.
HSL color Cylindrical-coordinate representation of color #DF7AC7: hue angle of 314.26º 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 #DF7AC7 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 199 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.13 |
| HSL | 314.26º | 0.61% | 0.68% | - |
| HSV(B) | 314.26º | 0.45% | 0.87% | - |
| XYZ | 47.7 | 33.73 | 58.03 | - |
| YUV | 160.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 199 | 0 | 0.45 | 0.11 | 0.13 | 314.26 | 0.61 | 0.68 |
| Hex | DF | 7A | C7 | 0 | 2D | B | D | 13A | 3D | 44 |
| Octal | 337 | 172 | 307 | 0 | 55 | 13 | 15 | 472 | 75 | 104 |
| Binary | 11011111 | 1111010 | 11000111 | 0 | 101101 | 1011 | 1101 | 100111010 | 111101 | 1000100 |
Color Harmonies of #DF7AC7
Complementary color
Monochromatic Colors of #DF7AC7
Black with #DF7AC7
Text Example
Text Example
White with #DF7AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7AC7; }
p { color: rgb(223,122,199); }
H1.HeaderClassName
{
color: #DF7AC7;
}
.AnyTagClassName
{
color: #DF7AC7;
}
</style>
background-color css
<style>
a { background-color: #DF7AC7; }
a { background-color: rgb(223,122,199); }
div.DivClassName
{
background-color: #DF7AC7;
}
.BgClassName
{
background-color: #DF7AC7;
}
</style>
border-color css
<style>
span { border-color: #DF7AC7; }
span { border-color: rgb(223,122,199); }
td.TdClassName
{
border-color: #DF7AC7;
}
.TagClassName
{
border-color: #DF7AC7;
}
</style>