Shades of Orchid #DD7BD8
Tints of Orchid #DD7BD8
RGB
CMYK
RGB Variations
Color information
#DD7BD8 (or 0xDD7BD8) is known color: Orchid. HEX triplet: DD, 7B and D8. RGB value is (221,123,216). Sum of RGB (Red+Green+Blue) = 221+123+216=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BD8 is #228427. Grayscale: #A2A2A2. Windows color (decimal): -2262056 or 14187485. OLE color: 14187485.
HSL color Cylindrical-coordinate representation of color #DD7BD8: hue angle of 303.06º 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 #DD7BD8 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 216 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.13 |
| HSL | 303.06º | 0.59% | 0.67% | - |
| HSV(B) | 303.06º | 0.44% | 0.87% | - |
| XYZ | 49.3 | 34.5 | 69.03 | - |
| YUV | 162.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 216 | 0 | 0.44 | 0.02 | 0.13 | 303.06 | 0.59 | 0.67 |
| Hex | DD | 7B | D8 | 0 | 2C | 2 | D | 12F | 3B | 43 |
| Octal | 335 | 173 | 330 | 0 | 54 | 2 | 15 | 457 | 73 | 103 |
| Binary | 11011101 | 1111011 | 11011000 | 0 | 101100 | 10 | 1101 | 100101111 | 111011 | 1000011 |
Color Harmonies of #DD7BD8
Complementary color
Monochromatic Colors of #DD7BD8
Black with #DD7BD8
Text Example
Text Example
White with #DD7BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BD8; }
p { color: rgb(221,123,216); }
H1.HeaderClassName
{
color: #DD7BD8;
}
.AnyTagClassName
{
color: #DD7BD8;
}
</style>
background-color css
<style>
a { background-color: #DD7BD8; }
a { background-color: rgb(221,123,216); }
div.DivClassName
{
background-color: #DD7BD8;
}
.BgClassName
{
background-color: #DD7BD8;
}
</style>
border-color css
<style>
span { border-color: #DD7BD8; }
span { border-color: rgb(221,123,216); }
td.TdClassName
{
border-color: #DD7BD8;
}
.TagClassName
{
border-color: #DD7BD8;
}
</style>