Shades of Orchid #DF78DC
Tints of Orchid #DF78DC
RGB
CMYK
RGB Variations
Color information
#DF78DC (or 0xDF78DC) is known color: Orchid. HEX triplet: DF, 78 and DC. RGB value is (223,120,220). Sum of RGB (Red+Green+Blue) = 223+120+220=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78DC is #208723. Grayscale: #A1A1A1. Windows color (decimal): -2131748 or 14448863. OLE color: 14448863.
HSL color Cylindrical-coordinate representation of color #DF78DC: hue angle of 301.75º 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 #DF78DC is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 220 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.13 |
| HSL | 301.75º | 0.62% | 0.67% | - |
| HSV(B) | 301.75º | 0.46% | 0.87% | - |
| XYZ | 50.07 | 34.29 | 71.69 | - |
| YUV | 162.2 | 160.62 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 220 | 0 | 0.46 | 0.01 | 0.13 | 301.75 | 0.62 | 0.67 |
| Hex | DF | 78 | DC | 0 | 2E | 1 | D | 12E | 3E | 43 |
| Octal | 337 | 170 | 334 | 0 | 56 | 1 | 15 | 456 | 76 | 103 |
| Binary | 11011111 | 1111000 | 11011100 | 0 | 101110 | 1 | 1101 | 100101110 | 111110 | 1000011 |
Color Harmonies of #DF78DC
Complementary color
Monochromatic Colors of #DF78DC
Black with #DF78DC
Text Example
Text Example
White with #DF78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78DC; }
p { color: rgb(223,120,220); }
H1.HeaderClassName
{
color: #DF78DC;
}
.AnyTagClassName
{
color: #DF78DC;
}
</style>
background-color css
<style>
a { background-color: #DF78DC; }
a { background-color: rgb(223,120,220); }
div.DivClassName
{
background-color: #DF78DC;
}
.BgClassName
{
background-color: #DF78DC;
}
</style>
border-color css
<style>
span { border-color: #DF78DC; }
span { border-color: rgb(223,120,220); }
td.TdClassName
{
border-color: #DF78DC;
}
.TagClassName
{
border-color: #DF78DC;
}
</style>