Shades of Orchid #DF79D8
Tints of Orchid #DF79D8
RGB
CMYK
RGB Variations
Color information
#DF79D8 (or 0xDF79D8) is known color: Orchid. HEX triplet: DF, 79 and D8. RGB value is (223,121,216). Sum of RGB (Red+Green+Blue) = 223+121+216=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 121 (47.66% from 255 or 21.61% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79D8 is #208627. Grayscale: #A2A2A2. Windows color (decimal): -2131496 or 14186975. OLE color: 14186975.
HSL color Cylindrical-coordinate representation of color #DF79D8: hue angle of 304.12º 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 #DF79D8 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 216 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.13 |
| HSL | 304.12º | 0.61% | 0.67% | - |
| HSV(B) | 304.12º | 0.46% | 0.87% | - |
| XYZ | 49.66 | 34.32 | 68.97 | - |
| YUV | 162.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 216 | 0 | 0.46 | 0.03 | 0.13 | 304.12 | 0.61 | 0.67 |
| Hex | DF | 79 | D8 | 0 | 2E | 3 | D | 130 | 3D | 43 |
| Octal | 337 | 171 | 330 | 0 | 56 | 3 | 15 | 460 | 75 | 103 |
| Binary | 11011111 | 1111001 | 11011000 | 0 | 101110 | 11 | 1101 | 100110000 | 111101 | 1000011 |
Color Harmonies of #DF79D8
Complementary color
Monochromatic Colors of #DF79D8
Black with #DF79D8
Text Example
Text Example
White with #DF79D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79D8; }
p { color: rgb(223,121,216); }
H1.HeaderClassName
{
color: #DF79D8;
}
.AnyTagClassName
{
color: #DF79D8;
}
</style>
background-color css
<style>
a { background-color: #DF79D8; }
a { background-color: rgb(223,121,216); }
div.DivClassName
{
background-color: #DF79D8;
}
.BgClassName
{
background-color: #DF79D8;
}
</style>
border-color css
<style>
span { border-color: #DF79D8; }
span { border-color: rgb(223,121,216); }
td.TdClassName
{
border-color: #DF79D8;
}
.TagClassName
{
border-color: #DF79D8;
}
</style>