Shades of Orchid #DD7BD9
Tints of Orchid #DD7BD9
RGB
CMYK
RGB Variations
Color information
#DD7BD9 (or 0xDD7BD9) is known color: Orchid. HEX triplet: DD, 7B and D9. RGB value is (221,123,217). Sum of RGB (Red+Green+Blue) = 221+123+217=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BD9 is #228426. Grayscale: #A2A2A2. Windows color (decimal): -2262055 or 14253021. OLE color: 14253021.
HSL color Cylindrical-coordinate representation of color #DD7BD9: hue angle of 302.45º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BD9 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 217 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.13 |
| HSL | 302.45º | 0.59% | 0.67% | - |
| HSV(B) | 302.45º | 0.44% | 0.87% | - |
| XYZ | 49.43 | 34.55 | 69.71 | - |
| YUV | 163.02 | 158.47 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 217 | 0 | 0.44 | 0.02 | 0.13 | 302.45 | 0.59 | 0.67 |
| Hex | DD | 7B | D9 | 0 | 2C | 2 | D | 12E | 3B | 43 |
| Octal | 335 | 173 | 331 | 0 | 54 | 2 | 15 | 456 | 73 | 103 |
| Binary | 11011101 | 1111011 | 11011001 | 0 | 101100 | 10 | 1101 | 100101110 | 111011 | 1000011 |
Color Harmonies of #DD7BD9
Complementary color
Monochromatic Colors of #DD7BD9
Black with #DD7BD9
Text Example
Text Example
White with #DD7BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BD9; }
p { color: rgb(221,123,217); }
H1.HeaderClassName
{
color: #DD7BD9;
}
.AnyTagClassName
{
color: #DD7BD9;
}
</style>
background-color css
<style>
a { background-color: #DD7BD9; }
a { background-color: rgb(221,123,217); }
div.DivClassName
{
background-color: #DD7BD9;
}
.BgClassName
{
background-color: #DD7BD9;
}
</style>
border-color css
<style>
span { border-color: #DD7BD9; }
span { border-color: rgb(221,123,217); }
td.TdClassName
{
border-color: #DD7BD9;
}
.TagClassName
{
border-color: #DD7BD9;
}
</style>