Shades of Orchid #DF79C9
Tints of Orchid #DF79C9
RGB
CMYK
RGB Variations
Color information
#DF79C9 (or 0xDF79C9) is known color: Orchid. HEX triplet: DF, 79 and C9. RGB value is (223,121,201). Sum of RGB (Red+Green+Blue) = 223+121+201=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79C9 is #208636. Grayscale: #A0A0A0. Windows color (decimal): -2131511 or 13203935. OLE color: 13203935.
HSL color Cylindrical-coordinate representation of color #DF79C9: hue angle of 312.94º 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 #DF79C9 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 201 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.13 |
| HSL | 312.94º | 0.61% | 0.67% | - |
| HSV(B) | 312.94º | 0.46% | 0.87% | - |
| XYZ | 47.81 | 33.58 | 59.22 | - |
| YUV | 160.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 201 | 0 | 0.46 | 0.10 | 0.13 | 312.94 | 0.61 | 0.67 |
| Hex | DF | 79 | C9 | 0 | 2E | A | D | 139 | 3D | 43 |
| Octal | 337 | 171 | 311 | 0 | 56 | 12 | 15 | 471 | 75 | 103 |
| Binary | 11011111 | 1111001 | 11001001 | 0 | 101110 | 1010 | 1101 | 100111001 | 111101 | 1000011 |
Color Harmonies of #DF79C9
Complementary color
Monochromatic Colors of #DF79C9
Black with #DF79C9
Text Example
Text Example
White with #DF79C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79C9; }
p { color: rgb(223,121,201); }
H1.HeaderClassName
{
color: #DF79C9;
}
.AnyTagClassName
{
color: #DF79C9;
}
</style>
background-color css
<style>
a { background-color: #DF79C9; }
a { background-color: rgb(223,121,201); }
div.DivClassName
{
background-color: #DF79C9;
}
.BgClassName
{
background-color: #DF79C9;
}
</style>
border-color css
<style>
span { border-color: #DF79C9; }
span { border-color: rgb(223,121,201); }
td.TdClassName
{
border-color: #DF79C9;
}
.TagClassName
{
border-color: #DF79C9;
}
</style>