Shades of Orchid #DF7AC4
Tints of Orchid #DF7AC4
RGB
CMYK
RGB Variations
Color information
#DF7AC4 (or 0xDF7AC4) is known color: Orchid. HEX triplet: DF, 7A and C4. RGB value is (223,122,196). Sum of RGB (Red+Green+Blue) = 223+122+196=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AC4 is #20853B. Grayscale: #A0A0A0. Windows color (decimal): -2131260 or 12876511. OLE color: 12876511.
HSL color Cylindrical-coordinate representation of color #DF7AC4: hue angle of 316.04º 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 #DF7AC4 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 196 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.13 |
| HSL | 316.04º | 0.61% | 0.68% | - |
| HSV(B) | 316.04º | 0.45% | 0.87% | - |
| XYZ | 47.35 | 33.59 | 56.21 | - |
| YUV | 160.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 196 | 0 | 0.45 | 0.12 | 0.13 | 316.04 | 0.61 | 0.68 |
| Hex | DF | 7A | C4 | 0 | 2D | C | D | 13C | 3D | 44 |
| Octal | 337 | 172 | 304 | 0 | 55 | 14 | 15 | 474 | 75 | 104 |
| Binary | 11011111 | 1111010 | 11000100 | 0 | 101101 | 1100 | 1101 | 100111100 | 111101 | 1000100 |
Color Harmonies of #DF7AC4
Complementary color
Monochromatic Colors of #DF7AC4
Black with #DF7AC4
Text Example
Text Example
White with #DF7AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7AC4; }
p { color: rgb(223,122,196); }
H1.HeaderClassName
{
color: #DF7AC4;
}
.AnyTagClassName
{
color: #DF7AC4;
}
</style>
background-color css
<style>
a { background-color: #DF7AC4; }
a { background-color: rgb(223,122,196); }
div.DivClassName
{
background-color: #DF7AC4;
}
.BgClassName
{
background-color: #DF7AC4;
}
</style>
border-color css
<style>
span { border-color: #DF7AC4; }
span { border-color: rgb(223,122,196); }
td.TdClassName
{
border-color: #DF7AC4;
}
.TagClassName
{
border-color: #DF7AC4;
}
</style>