Shades of Orchid #DD78D1
Tints of Orchid #DD78D1
RGB
CMYK
RGB Variations
Color information
#DD78D1 (or 0xDD78D1) is known color: Orchid. HEX triplet: DD, 78 and D1. RGB value is (221,120,209). Sum of RGB (Red+Green+Blue) = 221+120+209=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78D1 is #22872E. Grayscale: #A0A0A0. Windows color (decimal): -2262831 or 13727965. OLE color: 13727965.
HSL color Cylindrical-coordinate representation of color #DD78D1: hue angle of 307.13º 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 #DD78D1 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 209 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.13 |
| HSL | 307.13º | 0.6% | 0.67% | - |
| HSV(B) | 307.13º | 0.46% | 0.87% | - |
| XYZ | 48.04 | 33.41 | 64.24 | - |
| YUV | 160.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 209 | 0 | 0.46 | 0.05 | 0.13 | 307.13 | 0.6 | 0.67 |
| Hex | DD | 78 | D1 | 0 | 2E | 5 | D | 133 | 3C | 43 |
| Octal | 335 | 170 | 321 | 0 | 56 | 5 | 15 | 463 | 74 | 103 |
| Binary | 11011101 | 1111000 | 11010001 | 0 | 101110 | 101 | 1101 | 100110011 | 111100 | 1000011 |
Color Harmonies of #DD78D1
Complementary color
Monochromatic Colors of #DD78D1
Black with #DD78D1
Text Example
Text Example
White with #DD78D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78D1; }
p { color: rgb(221,120,209); }
H1.HeaderClassName
{
color: #DD78D1;
}
.AnyTagClassName
{
color: #DD78D1;
}
</style>
background-color css
<style>
a { background-color: #DD78D1; }
a { background-color: rgb(221,120,209); }
div.DivClassName
{
background-color: #DD78D1;
}
.BgClassName
{
background-color: #DD78D1;
}
</style>
border-color css
<style>
span { border-color: #DD78D1; }
span { border-color: rgb(221,120,209); }
td.TdClassName
{
border-color: #DD78D1;
}
.TagClassName
{
border-color: #DD78D1;
}
</style>