Shades of Orchid #DF79CB
Tints of Orchid #DF79CB
RGB
CMYK
RGB Variations
Color information
#DF79CB (or 0xDF79CB) is known color: Orchid. HEX triplet: DF, 79 and CB. RGB value is (223,121,203). Sum of RGB (Red+Green+Blue) = 223+121+203=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79CB is #208634. Grayscale: #A0A0A0. Windows color (decimal): -2131509 or 13335007. OLE color: 13335007.
HSL color Cylindrical-coordinate representation of color #DF79CB: hue angle of 311.76º 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 #DF79CB is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 203 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.13 |
| HSL | 311.76º | 0.61% | 0.67% | - |
| HSV(B) | 311.76º | 0.46% | 0.87% | - |
| XYZ | 48.05 | 33.67 | 60.47 | - |
| YUV | 160.85 | 151.79 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 203 | 0 | 0.46 | 0.09 | 0.13 | 311.76 | 0.61 | 0.67 |
| Hex | DF | 79 | CB | 0 | 2E | 9 | D | 138 | 3D | 43 |
| Octal | 337 | 171 | 313 | 0 | 56 | 11 | 15 | 470 | 75 | 103 |
| Binary | 11011111 | 1111001 | 11001011 | 0 | 101110 | 1001 | 1101 | 100111000 | 111101 | 1000011 |
Color Harmonies of #DF79CB
Complementary color
Monochromatic Colors of #DF79CB
Black with #DF79CB
Text Example
Text Example
White with #DF79CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79CB; }
p { color: rgb(223,121,203); }
H1.HeaderClassName
{
color: #DF79CB;
}
.AnyTagClassName
{
color: #DF79CB;
}
</style>
background-color css
<style>
a { background-color: #DF79CB; }
a { background-color: rgb(223,121,203); }
div.DivClassName
{
background-color: #DF79CB;
}
.BgClassName
{
background-color: #DF79CB;
}
</style>
border-color css
<style>
span { border-color: #DF79CB; }
span { border-color: rgb(223,121,203); }
td.TdClassName
{
border-color: #DF79CB;
}
.TagClassName
{
border-color: #DF79CB;
}
</style>