Shades of Orchid #DF78D9
Tints of Orchid #DF78D9
RGB
CMYK
RGB Variations
Color information
#DF78D9 (or 0xDF78D9) is known color: Orchid. HEX triplet: DF, 78 and D9. RGB value is (223,120,217). Sum of RGB (Red+Green+Blue) = 223+120+217=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78D9 is #208726. Grayscale: #A1A1A1. Windows color (decimal): -2131751 or 14252255. OLE color: 14252255.
HSL color Cylindrical-coordinate representation of color #DF78D9: hue angle of 303.5º degrees, saturation: 0.62, 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 #DF78D9 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 217 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.13 |
| HSL | 303.5º | 0.62% | 0.67% | - |
| HSV(B) | 303.5º | 0.46% | 0.87% | - |
| XYZ | 49.67 | 34.13 | 69.62 | - |
| YUV | 161.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 217 | 0 | 0.46 | 0.03 | 0.13 | 303.5 | 0.62 | 0.67 |
| Hex | DF | 78 | D9 | 0 | 2E | 3 | D | 12F | 3E | 43 |
| Octal | 337 | 170 | 331 | 0 | 56 | 3 | 15 | 457 | 76 | 103 |
| Binary | 11011111 | 1111000 | 11011001 | 0 | 101110 | 11 | 1101 | 100101111 | 111110 | 1000011 |
Color Harmonies of #DF78D9
Complementary color
Monochromatic Colors of #DF78D9
Black with #DF78D9
Text Example
Text Example
White with #DF78D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78D9; }
p { color: rgb(223,120,217); }
H1.HeaderClassName
{
color: #DF78D9;
}
.AnyTagClassName
{
color: #DF78D9;
}
</style>
background-color css
<style>
a { background-color: #DF78D9; }
a { background-color: rgb(223,120,217); }
div.DivClassName
{
background-color: #DF78D9;
}
.BgClassName
{
background-color: #DF78D9;
}
</style>
border-color css
<style>
span { border-color: #DF78D9; }
span { border-color: rgb(223,120,217); }
td.TdClassName
{
border-color: #DF78D9;
}
.TagClassName
{
border-color: #DF78D9;
}
</style>