Shades of Orchid #DF79D3
Tints of Orchid #DF79D3
RGB
CMYK
RGB Variations
Color information
#DF79D3 (or 0xDF79D3) is known color: Orchid. HEX triplet: DF, 79 and D3. RGB value is (223,121,211). Sum of RGB (Red+Green+Blue) = 223+121+211=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79D3 is #20862C. Grayscale: #A1A1A1. Windows color (decimal): -2131501 or 13859295. OLE color: 13859295.
HSL color Cylindrical-coordinate representation of color #DF79D3: hue angle of 307.06º 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 #DF79D3 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 211 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.13 |
| HSL | 307.06º | 0.61% | 0.67% | - |
| HSV(B) | 307.06º | 0.46% | 0.87% | - |
| XYZ | 49.03 | 34.07 | 65.62 | - |
| YUV | 161.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 211 | 0 | 0.46 | 0.05 | 0.13 | 307.06 | 0.61 | 0.67 |
| Hex | DF | 79 | D3 | 0 | 2E | 5 | D | 133 | 3D | 43 |
| Octal | 337 | 171 | 323 | 0 | 56 | 5 | 15 | 463 | 75 | 103 |
| Binary | 11011111 | 1111001 | 11010011 | 0 | 101110 | 101 | 1101 | 100110011 | 111101 | 1000011 |
Color Harmonies of #DF79D3
Complementary color
Monochromatic Colors of #DF79D3
Black with #DF79D3
Text Example
Text Example
White with #DF79D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79D3; }
p { color: rgb(223,121,211); }
H1.HeaderClassName
{
color: #DF79D3;
}
.AnyTagClassName
{
color: #DF79D3;
}
</style>
background-color css
<style>
a { background-color: #DF79D3; }
a { background-color: rgb(223,121,211); }
div.DivClassName
{
background-color: #DF79D3;
}
.BgClassName
{
background-color: #DF79D3;
}
</style>
border-color css
<style>
span { border-color: #DF79D3; }
span { border-color: rgb(223,121,211); }
td.TdClassName
{
border-color: #DF79D3;
}
.TagClassName
{
border-color: #DF79D3;
}
</style>