Shades of Orchid #DF79D5
Tints of Orchid #DF79D5
RGB
CMYK
RGB Variations
Color information
#DF79D5 (or 0xDF79D5) is known color: Orchid. HEX triplet: DF, 79 and D5. RGB value is (223,121,213). Sum of RGB (Red+Green+Blue) = 223+121+213=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79D5 is #20862A. Grayscale: #A1A1A1. Windows color (decimal): -2131499 or 13990367. OLE color: 13990367.
HSL color Cylindrical-coordinate representation of color #DF79D5: hue angle of 305.88º 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 #DF79D5 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 213 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.13 |
| HSL | 305.88º | 0.61% | 0.67% | - |
| HSV(B) | 305.88º | 0.46% | 0.87% | - |
| XYZ | 49.28 | 34.17 | 66.95 | - |
| YUV | 161.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 213 | 0 | 0.46 | 0.04 | 0.13 | 305.88 | 0.61 | 0.67 |
| Hex | DF | 79 | D5 | 0 | 2E | 4 | D | 132 | 3D | 43 |
| Octal | 337 | 171 | 325 | 0 | 56 | 4 | 15 | 462 | 75 | 103 |
| Binary | 11011111 | 1111001 | 11010101 | 0 | 101110 | 100 | 1101 | 100110010 | 111101 | 1000011 |
Color Harmonies of #DF79D5
Complementary color
Monochromatic Colors of #DF79D5
Black with #DF79D5
Text Example
Text Example
White with #DF79D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79D5; }
p { color: rgb(223,121,213); }
H1.HeaderClassName
{
color: #DF79D5;
}
.AnyTagClassName
{
color: #DF79D5;
}
</style>
background-color css
<style>
a { background-color: #DF79D5; }
a { background-color: rgb(223,121,213); }
div.DivClassName
{
background-color: #DF79D5;
}
.BgClassName
{
background-color: #DF79D5;
}
</style>
border-color css
<style>
span { border-color: #DF79D5; }
span { border-color: rgb(223,121,213); }
td.TdClassName
{
border-color: #DF79D5;
}
.TagClassName
{
border-color: #DF79D5;
}
</style>