Shades of Orchid #DF78CE
Tints of Orchid #DF78CE
RGB
CMYK
RGB Variations
Color information
#DF78CE (or 0xDF78CE) is known color: Orchid. HEX triplet: DF, 78 and CE. RGB value is (223,120,206). Sum of RGB (Red+Green+Blue) = 223+120+206=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78CE is #208731. Grayscale: #A0A0A0. Windows color (decimal): -2131762 or 13531359. OLE color: 13531359.
HSL color Cylindrical-coordinate representation of color #DF78CE: hue angle of 309.9º 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 #DF78CE is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 206 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.13 |
| HSL | 309.9º | 0.62% | 0.67% | - |
| HSV(B) | 309.9º | 0.46% | 0.87% | - |
| XYZ | 48.29 | 33.58 | 62.33 | - |
| YUV | 160.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 206 | 0 | 0.46 | 0.08 | 0.13 | 309.9 | 0.62 | 0.67 |
| Hex | DF | 78 | CE | 0 | 2E | 8 | D | 136 | 3E | 43 |
| Octal | 337 | 170 | 316 | 0 | 56 | 10 | 15 | 466 | 76 | 103 |
| Binary | 11011111 | 1111000 | 11001110 | 0 | 101110 | 1000 | 1101 | 100110110 | 111110 | 1000011 |
Color Harmonies of #DF78CE
Complementary color
Monochromatic Colors of #DF78CE
Black with #DF78CE
Text Example
Text Example
White with #DF78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78CE; }
p { color: rgb(223,120,206); }
H1.HeaderClassName
{
color: #DF78CE;
}
.AnyTagClassName
{
color: #DF78CE;
}
</style>
background-color css
<style>
a { background-color: #DF78CE; }
a { background-color: rgb(223,120,206); }
div.DivClassName
{
background-color: #DF78CE;
}
.BgClassName
{
background-color: #DF78CE;
}
</style>
border-color css
<style>
span { border-color: #DF78CE; }
span { border-color: rgb(223,120,206); }
td.TdClassName
{
border-color: #DF78CE;
}
.TagClassName
{
border-color: #DF78CE;
}
</style>