Shades of Orchid #DD78C5
Tints of Orchid #DD78C5
RGB
CMYK
RGB Variations
Color information
#DD78C5 (or 0xDD78C5) is known color: Orchid. HEX triplet: DD, 78 and C5. RGB value is (221,120,197). Sum of RGB (Red+Green+Blue) = 221+120+197=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78C5 is #22873A. Grayscale: #9E9E9E. Windows color (decimal): -2262843 or 12941533. OLE color: 12941533.
HSL color Cylindrical-coordinate representation of color #DD78C5: hue angle of 314.26º 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 #DD78C5 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 197 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.13 |
| HSL | 314.26º | 0.6% | 0.67% | - |
| HSV(B) | 314.26º | 0.46% | 0.87% | - |
| XYZ | 46.61 | 32.84 | 56.7 | - |
| YUV | 158.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 197 | 0 | 0.46 | 0.11 | 0.13 | 314.26 | 0.6 | 0.67 |
| Hex | DD | 78 | C5 | 0 | 2E | B | D | 13A | 3C | 43 |
| Octal | 335 | 170 | 305 | 0 | 56 | 13 | 15 | 472 | 74 | 103 |
| Binary | 11011101 | 1111000 | 11000101 | 0 | 101110 | 1011 | 1101 | 100111010 | 111100 | 1000011 |
Color Harmonies of #DD78C5
Complementary color
Monochromatic Colors of #DD78C5
Black with #DD78C5
Text Example
Text Example
White with #DD78C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78C5; }
p { color: rgb(221,120,197); }
H1.HeaderClassName
{
color: #DD78C5;
}
.AnyTagClassName
{
color: #DD78C5;
}
</style>
background-color css
<style>
a { background-color: #DD78C5; }
a { background-color: rgb(221,120,197); }
div.DivClassName
{
background-color: #DD78C5;
}
.BgClassName
{
background-color: #DD78C5;
}
</style>
border-color css
<style>
span { border-color: #DD78C5; }
span { border-color: rgb(221,120,197); }
td.TdClassName
{
border-color: #DD78C5;
}
.TagClassName
{
border-color: #DD78C5;
}
</style>