Shades of Orchid #DD78D0
Tints of Orchid #DD78D0
RGB
CMYK
RGB Variations
Color information
#DD78D0 (or 0xDD78D0) is known color: Orchid. HEX triplet: DD, 78 and D0. RGB value is (221,120,208). Sum of RGB (Red+Green+Blue) = 221+120+208=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78D0 is #22872F. Grayscale: #9F9F9F. Windows color (decimal): -2262832 or 13662429. OLE color: 13662429.
HSL color Cylindrical-coordinate representation of color #DD78D0: hue angle of 307.72º 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 #DD78D0 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 208 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.13 |
| HSL | 307.72º | 0.6% | 0.67% | - |
| HSV(B) | 307.72º | 0.46% | 0.87% | - |
| XYZ | 47.92 | 33.36 | 63.59 | - |
| YUV | 160.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 208 | 0 | 0.46 | 0.06 | 0.13 | 307.72 | 0.6 | 0.67 |
| Hex | DD | 78 | D0 | 0 | 2E | 6 | D | 134 | 3C | 43 |
| Octal | 335 | 170 | 320 | 0 | 56 | 6 | 15 | 464 | 74 | 103 |
| Binary | 11011101 | 1111000 | 11010000 | 0 | 101110 | 110 | 1101 | 100110100 | 111100 | 1000011 |
Color Harmonies of #DD78D0
Complementary color
Monochromatic Colors of #DD78D0
Black with #DD78D0
Text Example
Text Example
White with #DD78D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78D0; }
p { color: rgb(221,120,208); }
H1.HeaderClassName
{
color: #DD78D0;
}
.AnyTagClassName
{
color: #DD78D0;
}
</style>
background-color css
<style>
a { background-color: #DD78D0; }
a { background-color: rgb(221,120,208); }
div.DivClassName
{
background-color: #DD78D0;
}
.BgClassName
{
background-color: #DD78D0;
}
</style>
border-color css
<style>
span { border-color: #DD78D0; }
span { border-color: rgb(221,120,208); }
td.TdClassName
{
border-color: #DD78D0;
}
.TagClassName
{
border-color: #DD78D0;
}
</style>