Shades of Orchid #DF79CF
Tints of Orchid #DF79CF
RGB
CMYK
RGB Variations
Color information
#DF79CF (or 0xDF79CF) is known color: Orchid. HEX triplet: DF, 79 and CF. RGB value is (223,121,207). Sum of RGB (Red+Green+Blue) = 223+121+207=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79CF is #208630. Grayscale: #A1A1A1. Windows color (decimal): -2131505 or 13597151. OLE color: 13597151.
HSL color Cylindrical-coordinate representation of color #DF79CF: hue angle of 309.41º 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 #DF79CF is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 207 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.13 |
| HSL | 309.41º | 0.61% | 0.67% | - |
| HSV(B) | 309.41º | 0.46% | 0.87% | - |
| XYZ | 48.53 | 33.87 | 63.01 | - |
| YUV | 161.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 207 | 0 | 0.46 | 0.07 | 0.13 | 309.41 | 0.61 | 0.67 |
| Hex | DF | 79 | CF | 0 | 2E | 7 | D | 135 | 3D | 43 |
| Octal | 337 | 171 | 317 | 0 | 56 | 7 | 15 | 465 | 75 | 103 |
| Binary | 11011111 | 1111001 | 11001111 | 0 | 101110 | 111 | 1101 | 100110101 | 111101 | 1000011 |
Color Harmonies of #DF79CF
Complementary color
Monochromatic Colors of #DF79CF
Black with #DF79CF
Text Example
Text Example
White with #DF79CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79CF; }
p { color: rgb(223,121,207); }
H1.HeaderClassName
{
color: #DF79CF;
}
.AnyTagClassName
{
color: #DF79CF;
}
</style>
background-color css
<style>
a { background-color: #DF79CF; }
a { background-color: rgb(223,121,207); }
div.DivClassName
{
background-color: #DF79CF;
}
.BgClassName
{
background-color: #DF79CF;
}
</style>
border-color css
<style>
span { border-color: #DF79CF; }
span { border-color: rgb(223,121,207); }
td.TdClassName
{
border-color: #DF79CF;
}
.TagClassName
{
border-color: #DF79CF;
}
</style>