Shades of Orchid #DD7ED8
Tints of Orchid #DD7ED8
RGB
CMYK
RGB Variations
Color information
#DD7ED8 (or 0xDD7ED8) is known color: Orchid. HEX triplet: DD, 7E and D8. RGB value is (221,126,216). Sum of RGB (Red+Green+Blue) = 221+126+216=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ED8 is #228127. Grayscale: #A4A4A4. Windows color (decimal): -2261288 or 14188253. OLE color: 14188253.
HSL color Cylindrical-coordinate representation of color #DD7ED8: hue angle of 303.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7ED8 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 216 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.13 |
| HSL | 303.16º | 0.58% | 0.68% | - |
| HSV(B) | 303.16º | 0.43% | 0.87% | - |
| XYZ | 49.67 | 35.25 | 69.15 | - |
| YUV | 164.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 216 | 0 | 0.43 | 0.02 | 0.13 | 303.16 | 0.58 | 0.68 |
| Hex | DD | 7E | D8 | 0 | 2B | 2 | D | 12F | 3A | 44 |
| Octal | 335 | 176 | 330 | 0 | 53 | 2 | 15 | 457 | 72 | 104 |
| Binary | 11011101 | 1111110 | 11011000 | 0 | 101011 | 10 | 1101 | 100101111 | 111010 | 1000100 |
Color Harmonies of #DD7ED8
Complementary color
Monochromatic Colors of #DD7ED8
Black with #DD7ED8
Text Example
Text Example
White with #DD7ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7ED8; }
p { color: rgb(221,126,216); }
H1.HeaderClassName
{
color: #DD7ED8;
}
.AnyTagClassName
{
color: #DD7ED8;
}
</style>
background-color css
<style>
a { background-color: #DD7ED8; }
a { background-color: rgb(221,126,216); }
div.DivClassName
{
background-color: #DD7ED8;
}
.BgClassName
{
background-color: #DD7ED8;
}
</style>
border-color css
<style>
span { border-color: #DD7ED8; }
span { border-color: rgb(221,126,216); }
td.TdClassName
{
border-color: #DD7ED8;
}
.TagClassName
{
border-color: #DD7ED8;
}
</style>