Shades of Orchid #DF79D6
Tints of Orchid #DF79D6
RGB
CMYK
RGB Variations
Color information
#DF79D6 (or 0xDF79D6) is known color: Orchid. HEX triplet: DF, 79 and D6. RGB value is (223,121,214). Sum of RGB (Red+Green+Blue) = 223+121+214=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79D6 is #208629. Grayscale: #A1A1A1. Windows color (decimal): -2131498 or 14055903. OLE color: 14055903.
HSL color Cylindrical-coordinate representation of color #DF79D6: hue angle of 305.29º 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 #DF79D6 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 214 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.13 |
| HSL | 305.29º | 0.61% | 0.67% | - |
| HSV(B) | 305.29º | 0.46% | 0.87% | - |
| XYZ | 49.41 | 34.22 | 67.62 | - |
| YUV | 162.1 | 157.29 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 214 | 0 | 0.46 | 0.04 | 0.13 | 305.29 | 0.61 | 0.67 |
| Hex | DF | 79 | D6 | 0 | 2E | 4 | D | 131 | 3D | 43 |
| Octal | 337 | 171 | 326 | 0 | 56 | 4 | 15 | 461 | 75 | 103 |
| Binary | 11011111 | 1111001 | 11010110 | 0 | 101110 | 100 | 1101 | 100110001 | 111101 | 1000011 |
Color Harmonies of #DF79D6
Complementary color
Monochromatic Colors of #DF79D6
Black with #DF79D6
Text Example
Text Example
White with #DF79D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79D6; }
p { color: rgb(223,121,214); }
H1.HeaderClassName
{
color: #DF79D6;
}
.AnyTagClassName
{
color: #DF79D6;
}
</style>
background-color css
<style>
a { background-color: #DF79D6; }
a { background-color: rgb(223,121,214); }
div.DivClassName
{
background-color: #DF79D6;
}
.BgClassName
{
background-color: #DF79D6;
}
</style>
border-color css
<style>
span { border-color: #DF79D6; }
span { border-color: rgb(223,121,214); }
td.TdClassName
{
border-color: #DF79D6;
}
.TagClassName
{
border-color: #DF79D6;
}
</style>