Shades of Orchid #DF78D2
Tints of Orchid #DF78D2
RGB
CMYK
RGB Variations
Color information
#DF78D2 (or 0xDF78D2) is known color: Orchid. HEX triplet: DF, 78 and D2. RGB value is (223,120,210). Sum of RGB (Red+Green+Blue) = 223+120+210=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78D2 is #20872D. Grayscale: #A0A0A0. Windows color (decimal): -2131758 or 13793503. OLE color: 13793503.
HSL color Cylindrical-coordinate representation of color #DF78D2: hue angle of 307.57º 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 #DF78D2 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 210 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.13 |
| HSL | 307.57º | 0.62% | 0.67% | - |
| HSV(B) | 307.57º | 0.46% | 0.87% | - |
| XYZ | 48.78 | 33.77 | 64.92 | - |
| YUV | 161.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 210 | 0 | 0.46 | 0.06 | 0.13 | 307.57 | 0.62 | 0.67 |
| Hex | DF | 78 | D2 | 0 | 2E | 6 | D | 134 | 3E | 43 |
| Octal | 337 | 170 | 322 | 0 | 56 | 6 | 15 | 464 | 76 | 103 |
| Binary | 11011111 | 1111000 | 11010010 | 0 | 101110 | 110 | 1101 | 100110100 | 111110 | 1000011 |
Color Harmonies of #DF78D2
Complementary color
Monochromatic Colors of #DF78D2
Black with #DF78D2
Text Example
Text Example
White with #DF78D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78D2; }
p { color: rgb(223,120,210); }
H1.HeaderClassName
{
color: #DF78D2;
}
.AnyTagClassName
{
color: #DF78D2;
}
</style>
background-color css
<style>
a { background-color: #DF78D2; }
a { background-color: rgb(223,120,210); }
div.DivClassName
{
background-color: #DF78D2;
}
.BgClassName
{
background-color: #DF78D2;
}
</style>
border-color css
<style>
span { border-color: #DF78D2; }
span { border-color: rgb(223,120,210); }
td.TdClassName
{
border-color: #DF78D2;
}
.TagClassName
{
border-color: #DF78D2;
}
</style>