Shades of Orchid #DF79DC
Tints of Orchid #DF79DC
RGB
CMYK
RGB Variations
Color information
#DF79DC (or 0xDF79DC) is known color: Orchid. HEX triplet: DF, 79 and DC. RGB value is (223,121,220). Sum of RGB (Red+Green+Blue) = 223+121+220=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 121 (47.66% from 255 or 21.45% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79DC is #208623. Grayscale: #A2A2A2. Windows color (decimal): -2131492 or 14449119. OLE color: 14449119.
HSL color Cylindrical-coordinate representation of color #DF79DC: hue angle of 301.76º 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 #DF79DC is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 220 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.13 |
| HSL | 301.76º | 0.61% | 0.67% | - |
| HSV(B) | 301.76º | 0.46% | 0.87% | - |
| XYZ | 50.19 | 34.53 | 71.73 | - |
| YUV | 162.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 220 | 0 | 0.46 | 0.01 | 0.13 | 301.76 | 0.61 | 0.67 |
| Hex | DF | 79 | DC | 0 | 2E | 1 | D | 12E | 3D | 43 |
| Octal | 337 | 171 | 334 | 0 | 56 | 1 | 15 | 456 | 75 | 103 |
| Binary | 11011111 | 1111001 | 11011100 | 0 | 101110 | 1 | 1101 | 100101110 | 111101 | 1000011 |
Color Harmonies of #DF79DC
Complementary color
Monochromatic Colors of #DF79DC
Black with #DF79DC
Text Example
Text Example
White with #DF79DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79DC; }
p { color: rgb(223,121,220); }
H1.HeaderClassName
{
color: #DF79DC;
}
.AnyTagClassName
{
color: #DF79DC;
}
</style>
background-color css
<style>
a { background-color: #DF79DC; }
a { background-color: rgb(223,121,220); }
div.DivClassName
{
background-color: #DF79DC;
}
.BgClassName
{
background-color: #DF79DC;
}
</style>
border-color css
<style>
span { border-color: #DF79DC; }
span { border-color: rgb(223,121,220); }
td.TdClassName
{
border-color: #DF79DC;
}
.TagClassName
{
border-color: #DF79DC;
}
</style>