Shades of Orchid #DF78CF
Tints of Orchid #DF78CF
RGB
CMYK
RGB Variations
Color information
#DF78CF (or 0xDF78CF) is known color: Orchid. HEX triplet: DF, 78 and CF. RGB value is (223,120,207). Sum of RGB (Red+Green+Blue) = 223+120+207=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78CF is #208730. Grayscale: #A0A0A0. Windows color (decimal): -2131761 or 13596895. OLE color: 13596895.
HSL color Cylindrical-coordinate representation of color #DF78CF: hue angle of 309.32º 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 #DF78CF is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 207 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.13 |
| HSL | 309.32º | 0.62% | 0.67% | - |
| HSV(B) | 309.32º | 0.46% | 0.87% | - |
| XYZ | 48.41 | 33.63 | 62.97 | - |
| YUV | 160.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 207 | 0 | 0.46 | 0.07 | 0.13 | 309.32 | 0.62 | 0.67 |
| Hex | DF | 78 | CF | 0 | 2E | 7 | D | 135 | 3E | 43 |
| Octal | 337 | 170 | 317 | 0 | 56 | 7 | 15 | 465 | 76 | 103 |
| Binary | 11011111 | 1111000 | 11001111 | 0 | 101110 | 111 | 1101 | 100110101 | 111110 | 1000011 |
Color Harmonies of #DF78CF
Complementary color
Monochromatic Colors of #DF78CF
Black with #DF78CF
Text Example
Text Example
White with #DF78CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78CF; }
p { color: rgb(223,120,207); }
H1.HeaderClassName
{
color: #DF78CF;
}
.AnyTagClassName
{
color: #DF78CF;
}
</style>
background-color css
<style>
a { background-color: #DF78CF; }
a { background-color: rgb(223,120,207); }
div.DivClassName
{
background-color: #DF78CF;
}
.BgClassName
{
background-color: #DF78CF;
}
</style>
border-color css
<style>
span { border-color: #DF78CF; }
span { border-color: rgb(223,120,207); }
td.TdClassName
{
border-color: #DF78CF;
}
.TagClassName
{
border-color: #DF78CF;
}
</style>