Shades of Orchid #DF79CC
Tints of Orchid #DF79CC
RGB
CMYK
RGB Variations
Color information
#DF79CC (or 0xDF79CC) is known color: Orchid. HEX triplet: DF, 79 and CC. RGB value is (223,121,204). Sum of RGB (Red+Green+Blue) = 223+121+204=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79CC is #208633. Grayscale: #A0A0A0. Windows color (decimal): -2131508 or 13400543. OLE color: 13400543.
HSL color Cylindrical-coordinate representation of color #DF79CC: hue angle of 311.18º 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 #DF79CC is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 204 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.13 |
| HSL | 311.18º | 0.61% | 0.67% | - |
| HSV(B) | 311.18º | 0.46% | 0.87% | - |
| XYZ | 48.17 | 33.72 | 61.1 | - |
| YUV | 160.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 204 | 0 | 0.46 | 0.09 | 0.13 | 311.18 | 0.61 | 0.67 |
| Hex | DF | 79 | CC | 0 | 2E | 9 | D | 137 | 3D | 43 |
| Octal | 337 | 171 | 314 | 0 | 56 | 11 | 15 | 467 | 75 | 103 |
| Binary | 11011111 | 1111001 | 11001100 | 0 | 101110 | 1001 | 1101 | 100110111 | 111101 | 1000011 |
Color Harmonies of #DF79CC
Complementary color
Monochromatic Colors of #DF79CC
Black with #DF79CC
Text Example
Text Example
White with #DF79CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79CC; }
p { color: rgb(223,121,204); }
H1.HeaderClassName
{
color: #DF79CC;
}
.AnyTagClassName
{
color: #DF79CC;
}
</style>
background-color css
<style>
a { background-color: #DF79CC; }
a { background-color: rgb(223,121,204); }
div.DivClassName
{
background-color: #DF79CC;
}
.BgClassName
{
background-color: #DF79CC;
}
</style>
border-color css
<style>
span { border-color: #DF79CC; }
span { border-color: rgb(223,121,204); }
td.TdClassName
{
border-color: #DF79CC;
}
.TagClassName
{
border-color: #DF79CC;
}
</style>