Shades of Orchid #DD78D8
Tints of Orchid #DD78D8
RGB
CMYK
RGB Variations
Color information
#DD78D8 (or 0xDD78D8) is known color: Orchid. HEX triplet: DD, 78 and D8. RGB value is (221,120,216). Sum of RGB (Red+Green+Blue) = 221+120+216=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78D8 is #228727. Grayscale: #A0A0A0. Windows color (decimal): -2262824 or 14186717. OLE color: 14186717.
HSL color Cylindrical-coordinate representation of color #DD78D8: hue angle of 302.97º degrees, saturation: 0.6, 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 #DD78D8 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 216 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.13 |
| HSL | 302.97º | 0.6% | 0.67% | - |
| HSV(B) | 302.97º | 0.46% | 0.87% | - |
| XYZ | 48.93 | 33.76 | 68.9 | - |
| YUV | 161.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 216 | 0 | 0.46 | 0.02 | 0.13 | 302.97 | 0.6 | 0.67 |
| Hex | DD | 78 | D8 | 0 | 2E | 2 | D | 12F | 3C | 43 |
| Octal | 335 | 170 | 330 | 0 | 56 | 2 | 15 | 457 | 74 | 103 |
| Binary | 11011101 | 1111000 | 11011000 | 0 | 101110 | 10 | 1101 | 100101111 | 111100 | 1000011 |
Color Harmonies of #DD78D8
Complementary color
Monochromatic Colors of #DD78D8
Black with #DD78D8
Text Example
Text Example
White with #DD78D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78D8; }
p { color: rgb(221,120,216); }
H1.HeaderClassName
{
color: #DD78D8;
}
.AnyTagClassName
{
color: #DD78D8;
}
</style>
background-color css
<style>
a { background-color: #DD78D8; }
a { background-color: rgb(221,120,216); }
div.DivClassName
{
background-color: #DD78D8;
}
.BgClassName
{
background-color: #DD78D8;
}
</style>
border-color css
<style>
span { border-color: #DD78D8; }
span { border-color: rgb(221,120,216); }
td.TdClassName
{
border-color: #DD78D8;
}
.TagClassName
{
border-color: #DD78D8;
}
</style>