Shades of Orchid #DF79C6
Tints of Orchid #DF79C6
RGB
CMYK
RGB Variations
Color information
#DF79C6 (or 0xDF79C6) is known color: Orchid. HEX triplet: DF, 79 and C6. RGB value is (223,121,198). Sum of RGB (Red+Green+Blue) = 223+121+198=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79C6 is #208639. Grayscale: #A0A0A0. Windows color (decimal): -2131514 or 13007327. OLE color: 13007327.
HSL color Cylindrical-coordinate representation of color #DF79C6: hue angle of 314.71º 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 #DF79C6 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 198 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.13 |
| HSL | 314.71º | 0.61% | 0.67% | - |
| HSV(B) | 314.71º | 0.46% | 0.87% | - |
| XYZ | 47.46 | 33.44 | 57.38 | - |
| YUV | 160.28 | 149.29 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 198 | 0 | 0.46 | 0.11 | 0.13 | 314.71 | 0.61 | 0.67 |
| Hex | DF | 79 | C6 | 0 | 2E | B | D | 13B | 3D | 43 |
| Octal | 337 | 171 | 306 | 0 | 56 | 13 | 15 | 473 | 75 | 103 |
| Binary | 11011111 | 1111001 | 11000110 | 0 | 101110 | 1011 | 1101 | 100111011 | 111101 | 1000011 |
Color Harmonies of #DF79C6
Complementary color
Monochromatic Colors of #DF79C6
Black with #DF79C6
Text Example
Text Example
White with #DF79C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79C6; }
p { color: rgb(223,121,198); }
H1.HeaderClassName
{
color: #DF79C6;
}
.AnyTagClassName
{
color: #DF79C6;
}
</style>
background-color css
<style>
a { background-color: #DF79C6; }
a { background-color: rgb(223,121,198); }
div.DivClassName
{
background-color: #DF79C6;
}
.BgClassName
{
background-color: #DF79C6;
}
</style>
border-color css
<style>
span { border-color: #DF79C6; }
span { border-color: rgb(223,121,198); }
td.TdClassName
{
border-color: #DF79C6;
}
.TagClassName
{
border-color: #DF79C6;
}
</style>