Shades of Orchid #DF79CA
Tints of Orchid #DF79CA
RGB
CMYK
RGB Variations
Color information
#DF79CA (or 0xDF79CA) is known color: Orchid. HEX triplet: DF, 79 and CA. RGB value is (223,121,202). Sum of RGB (Red+Green+Blue) = 223+121+202=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79CA is #208635. Grayscale: #A0A0A0. Windows color (decimal): -2131510 or 13269471. OLE color: 13269471.
HSL color Cylindrical-coordinate representation of color #DF79CA: hue angle of 312.35º 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 #DF79CA is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 202 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.13 |
| HSL | 312.35º | 0.61% | 0.67% | - |
| HSV(B) | 312.35º | 0.46% | 0.87% | - |
| XYZ | 47.93 | 33.63 | 59.84 | - |
| YUV | 160.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 202 | 0 | 0.46 | 0.09 | 0.13 | 312.35 | 0.61 | 0.67 |
| Hex | DF | 79 | CA | 0 | 2E | 9 | D | 138 | 3D | 43 |
| Octal | 337 | 171 | 312 | 0 | 56 | 11 | 15 | 470 | 75 | 103 |
| Binary | 11011111 | 1111001 | 11001010 | 0 | 101110 | 1001 | 1101 | 100111000 | 111101 | 1000011 |
Color Harmonies of #DF79CA
Complementary color
Monochromatic Colors of #DF79CA
Black with #DF79CA
Text Example
Text Example
White with #DF79CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79CA; }
p { color: rgb(223,121,202); }
H1.HeaderClassName
{
color: #DF79CA;
}
.AnyTagClassName
{
color: #DF79CA;
}
</style>
background-color css
<style>
a { background-color: #DF79CA; }
a { background-color: rgb(223,121,202); }
div.DivClassName
{
background-color: #DF79CA;
}
.BgClassName
{
background-color: #DF79CA;
}
</style>
border-color css
<style>
span { border-color: #DF79CA; }
span { border-color: rgb(223,121,202); }
td.TdClassName
{
border-color: #DF79CA;
}
.TagClassName
{
border-color: #DF79CA;
}
</style>