Shades of Orchid #DF78DD
Tints of Orchid #DF78DD
RGB
CMYK
RGB Variations
Color information
#DF78DD (or 0xDF78DD) is known color: Orchid. HEX triplet: DF, 78 and DD. RGB value is (223,120,221). Sum of RGB (Red+Green+Blue) = 223+120+221=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78DD is #208722. Grayscale: #A2A2A2. Windows color (decimal): -2131747 or 14514399. OLE color: 14514399.
HSL color Cylindrical-coordinate representation of color #DF78DD: hue angle of 301.17º 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 #DF78DD is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 221 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.13 |
| HSL | 301.17º | 0.62% | 0.67% | - |
| HSV(B) | 301.17º | 0.46% | 0.87% | - |
| XYZ | 50.2 | 34.34 | 72.39 | - |
| YUV | 162.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 221 | 0 | 0.46 | 0.01 | 0.13 | 301.17 | 0.62 | 0.67 |
| Hex | DF | 78 | DD | 0 | 2E | 1 | D | 12D | 3E | 43 |
| Octal | 337 | 170 | 335 | 0 | 56 | 1 | 15 | 455 | 76 | 103 |
| Binary | 11011111 | 1111000 | 11011101 | 0 | 101110 | 1 | 1101 | 100101101 | 111110 | 1000011 |
Color Harmonies of #DF78DD
Complementary color
Monochromatic Colors of #DF78DD
Black with #DF78DD
Text Example
Text Example
White with #DF78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78DD; }
p { color: rgb(223,120,221); }
H1.HeaderClassName
{
color: #DF78DD;
}
.AnyTagClassName
{
color: #DF78DD;
}
</style>
background-color css
<style>
a { background-color: #DF78DD; }
a { background-color: rgb(223,120,221); }
div.DivClassName
{
background-color: #DF78DD;
}
.BgClassName
{
background-color: #DF78DD;
}
</style>
border-color css
<style>
span { border-color: #DF78DD; }
span { border-color: rgb(223,120,221); }
td.TdClassName
{
border-color: #DF78DD;
}
.TagClassName
{
border-color: #DF78DD;
}
</style>