Shades of Orchid #DD78DB
Tints of Orchid #DD78DB
RGB
CMYK
RGB Variations
Color information
#DD78DB (or 0xDD78DB) is known color: Orchid. HEX triplet: DD, 78 and DB. RGB value is (221,120,219). Sum of RGB (Red+Green+Blue) = 221+120+219=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78DB is #228724. Grayscale: #A1A1A1. Windows color (decimal): -2262821 or 14383325. OLE color: 14383325.
HSL color Cylindrical-coordinate representation of color #DD78DB: hue angle of 301.19º 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 #DD78DB is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 219 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.13 |
| HSL | 301.19º | 0.6% | 0.67% | - |
| HSV(B) | 301.19º | 0.46% | 0.87% | - |
| XYZ | 49.32 | 33.92 | 70.97 | - |
| YUV | 161.49 | 160.46 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 219 | 0 | 0.46 | 0.01 | 0.13 | 301.19 | 0.6 | 0.67 |
| Hex | DD | 78 | DB | 0 | 2E | 1 | D | 12D | 3C | 43 |
| Octal | 335 | 170 | 333 | 0 | 56 | 1 | 15 | 455 | 74 | 103 |
| Binary | 11011101 | 1111000 | 11011011 | 0 | 101110 | 1 | 1101 | 100101101 | 111100 | 1000011 |
Color Harmonies of #DD78DB
Complementary color
Monochromatic Colors of #DD78DB
Black with #DD78DB
Text Example
Text Example
White with #DD78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78DB; }
p { color: rgb(221,120,219); }
H1.HeaderClassName
{
color: #DD78DB;
}
.AnyTagClassName
{
color: #DD78DB;
}
</style>
background-color css
<style>
a { background-color: #DD78DB; }
a { background-color: rgb(221,120,219); }
div.DivClassName
{
background-color: #DD78DB;
}
.BgClassName
{
background-color: #DD78DB;
}
</style>
border-color css
<style>
span { border-color: #DD78DB; }
span { border-color: rgb(221,120,219); }
td.TdClassName
{
border-color: #DD78DB;
}
.TagClassName
{
border-color: #DD78DB;
}
</style>