Shades of Orchid #DF78DA
Tints of Orchid #DF78DA
RGB
CMYK
RGB Variations
Color information
#DF78DA (or 0xDF78DA) is known color: Orchid. HEX triplet: DF, 78 and DA. RGB value is (223,120,218). Sum of RGB (Red+Green+Blue) = 223+120+218=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78DA is #208725. Grayscale: #A1A1A1. Windows color (decimal): -2131750 or 14317791. OLE color: 14317791.
HSL color Cylindrical-coordinate representation of color #DF78DA: hue angle of 302.91º 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 #DF78DA is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 218 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.13 |
| HSL | 302.91º | 0.62% | 0.67% | - |
| HSV(B) | 302.91º | 0.46% | 0.87% | - |
| XYZ | 49.8 | 34.18 | 70.3 | - |
| YUV | 161.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 218 | 0 | 0.46 | 0.02 | 0.13 | 302.91 | 0.62 | 0.67 |
| Hex | DF | 78 | DA | 0 | 2E | 2 | D | 12F | 3E | 43 |
| Octal | 337 | 170 | 332 | 0 | 56 | 2 | 15 | 457 | 76 | 103 |
| Binary | 11011111 | 1111000 | 11011010 | 0 | 101110 | 10 | 1101 | 100101111 | 111110 | 1000011 |
Color Harmonies of #DF78DA
Complementary color
Monochromatic Colors of #DF78DA
Black with #DF78DA
Text Example
Text Example
White with #DF78DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78DA; }
p { color: rgb(223,120,218); }
H1.HeaderClassName
{
color: #DF78DA;
}
.AnyTagClassName
{
color: #DF78DA;
}
</style>
background-color css
<style>
a { background-color: #DF78DA; }
a { background-color: rgb(223,120,218); }
div.DivClassName
{
background-color: #DF78DA;
}
.BgClassName
{
background-color: #DF78DA;
}
</style>
border-color css
<style>
span { border-color: #DF78DA; }
span { border-color: rgb(223,120,218); }
td.TdClassName
{
border-color: #DF78DA;
}
.TagClassName
{
border-color: #DF78DA;
}
</style>