Shades of Orchid #DD78D5
Tints of Orchid #DD78D5
RGB
CMYK
RGB Variations
Color information
#DD78D5 (or 0xDD78D5) is known color: Orchid. HEX triplet: DD, 78 and D5. RGB value is (221,120,213). Sum of RGB (Red+Green+Blue) = 221+120+213=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78D5 is #22872A. Grayscale: #A0A0A0. Windows color (decimal): -2262827 or 13990109. OLE color: 13990109.
HSL color Cylindrical-coordinate representation of color #DD78D5: hue angle of 304.75º 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 #DD78D5 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 213 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.13 |
| HSL | 304.75º | 0.6% | 0.67% | - |
| HSV(B) | 304.75º | 0.46% | 0.87% | - |
| XYZ | 48.55 | 33.61 | 66.88 | - |
| YUV | 160.8 | 157.46 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 213 | 0 | 0.46 | 0.04 | 0.13 | 304.75 | 0.6 | 0.67 |
| Hex | DD | 78 | D5 | 0 | 2E | 4 | D | 131 | 3C | 43 |
| Octal | 335 | 170 | 325 | 0 | 56 | 4 | 15 | 461 | 74 | 103 |
| Binary | 11011101 | 1111000 | 11010101 | 0 | 101110 | 100 | 1101 | 100110001 | 111100 | 1000011 |
Color Harmonies of #DD78D5
Complementary color
Monochromatic Colors of #DD78D5
Black with #DD78D5
Text Example
Text Example
White with #DD78D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78D5; }
p { color: rgb(221,120,213); }
H1.HeaderClassName
{
color: #DD78D5;
}
.AnyTagClassName
{
color: #DD78D5;
}
</style>
background-color css
<style>
a { background-color: #DD78D5; }
a { background-color: rgb(221,120,213); }
div.DivClassName
{
background-color: #DD78D5;
}
.BgClassName
{
background-color: #DD78D5;
}
</style>
border-color css
<style>
span { border-color: #DD78D5; }
span { border-color: rgb(221,120,213); }
td.TdClassName
{
border-color: #DD78D5;
}
.TagClassName
{
border-color: #DD78D5;
}
</style>