Shades of Orchid #DF79D4
Tints of Orchid #DF79D4
RGB
CMYK
RGB Variations
Color information
#DF79D4 (or 0xDF79D4) is known color: Orchid. HEX triplet: DF, 79 and D4. RGB value is (223,121,212). Sum of RGB (Red+Green+Blue) = 223+121+212=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79D4 is #20862B. Grayscale: #A1A1A1. Windows color (decimal): -2131500 or 13924831. OLE color: 13924831.
HSL color Cylindrical-coordinate representation of color #DF79D4: hue angle of 306.47º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF79D4 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 212 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.13 |
| HSL | 306.47º | 0.61% | 0.67% | - |
| HSV(B) | 306.47º | 0.46% | 0.87% | - |
| XYZ | 49.15 | 34.12 | 66.28 | - |
| YUV | 161.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 212 | 0 | 0.46 | 0.05 | 0.13 | 306.47 | 0.61 | 0.67 |
| Hex | DF | 79 | D4 | 0 | 2E | 5 | D | 132 | 3D | 43 |
| Octal | 337 | 171 | 324 | 0 | 56 | 5 | 15 | 462 | 75 | 103 |
| Binary | 11011111 | 1111001 | 11010100 | 0 | 101110 | 101 | 1101 | 100110010 | 111101 | 1000011 |
Color Harmonies of #DF79D4
Complementary color
Monochromatic Colors of #DF79D4
Black with #DF79D4
Text Example
Text Example
White with #DF79D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79D4; }
p { color: rgb(223,121,212); }
H1.HeaderClassName
{
color: #DF79D4;
}
.AnyTagClassName
{
color: #DF79D4;
}
</style>
background-color css
<style>
a { background-color: #DF79D4; }
a { background-color: rgb(223,121,212); }
div.DivClassName
{
background-color: #DF79D4;
}
.BgClassName
{
background-color: #DF79D4;
}
</style>
border-color css
<style>
span { border-color: #DF79D4; }
span { border-color: rgb(223,121,212); }
td.TdClassName
{
border-color: #DF79D4;
}
.TagClassName
{
border-color: #DF79D4;
}
</style>