Shades of Orchid #DF79C8
Tints of Orchid #DF79C8
RGB
CMYK
RGB Variations
Color information
#DF79C8 (or 0xDF79C8) is known color: Orchid. HEX triplet: DF, 79 and C8. RGB value is (223,121,200). Sum of RGB (Red+Green+Blue) = 223+121+200=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79C8 is #208637. Grayscale: #A0A0A0. Windows color (decimal): -2131512 or 13138399. OLE color: 13138399.
HSL color Cylindrical-coordinate representation of color #DF79C8: hue angle of 313.53º 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 #DF79C8 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 200 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.13 |
| HSL | 313.53º | 0.61% | 0.67% | - |
| HSV(B) | 313.53º | 0.46% | 0.87% | - |
| XYZ | 47.69 | 33.53 | 58.6 | - |
| YUV | 160.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 200 | 0 | 0.46 | 0.10 | 0.13 | 313.53 | 0.61 | 0.67 |
| Hex | DF | 79 | C8 | 0 | 2E | A | D | 13A | 3D | 43 |
| Octal | 337 | 171 | 310 | 0 | 56 | 12 | 15 | 472 | 75 | 103 |
| Binary | 11011111 | 1111001 | 11001000 | 0 | 101110 | 1010 | 1101 | 100111010 | 111101 | 1000011 |
Color Harmonies of #DF79C8
Complementary color
Monochromatic Colors of #DF79C8
Black with #DF79C8
Text Example
Text Example
White with #DF79C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79C8; }
p { color: rgb(223,121,200); }
H1.HeaderClassName
{
color: #DF79C8;
}
.AnyTagClassName
{
color: #DF79C8;
}
</style>
background-color css
<style>
a { background-color: #DF79C8; }
a { background-color: rgb(223,121,200); }
div.DivClassName
{
background-color: #DF79C8;
}
.BgClassName
{
background-color: #DF79C8;
}
</style>
border-color css
<style>
span { border-color: #DF79C8; }
span { border-color: rgb(223,121,200); }
td.TdClassName
{
border-color: #DF79C8;
}
.TagClassName
{
border-color: #DF79C8;
}
</style>