Shades of Orchid #DD7BD7
Tints of Orchid #DD7BD7
RGB
CMYK
RGB Variations
Color information
#DD7BD7 (or 0xDD7BD7) is known color: Orchid. HEX triplet: DD, 7B and D7. RGB value is (221,123,215). Sum of RGB (Red+Green+Blue) = 221+123+215=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BD7 is #228428. Grayscale: #A2A2A2. Windows color (decimal): -2262057 or 14121949. OLE color: 14121949.
HSL color Cylindrical-coordinate representation of color #DD7BD7: hue angle of 303.67º 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 #DD7BD7 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 215 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.13 |
| HSL | 303.67º | 0.59% | 0.67% | - |
| HSV(B) | 303.67º | 0.44% | 0.87% | - |
| XYZ | 49.17 | 34.44 | 68.35 | - |
| YUV | 162.79 | 157.47 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 215 | 0 | 0.44 | 0.03 | 0.13 | 303.67 | 0.59 | 0.67 |
| Hex | DD | 7B | D7 | 0 | 2C | 3 | D | 130 | 3B | 43 |
| Octal | 335 | 173 | 327 | 0 | 54 | 3 | 15 | 460 | 73 | 103 |
| Binary | 11011101 | 1111011 | 11010111 | 0 | 101100 | 11 | 1101 | 100110000 | 111011 | 1000011 |
Color Harmonies of #DD7BD7
Complementary color
Monochromatic Colors of #DD7BD7
Black with #DD7BD7
Text Example
Text Example
White with #DD7BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BD7; }
p { color: rgb(221,123,215); }
H1.HeaderClassName
{
color: #DD7BD7;
}
.AnyTagClassName
{
color: #DD7BD7;
}
</style>
background-color css
<style>
a { background-color: #DD7BD7; }
a { background-color: rgb(221,123,215); }
div.DivClassName
{
background-color: #DD7BD7;
}
.BgClassName
{
background-color: #DD7BD7;
}
</style>
border-color css
<style>
span { border-color: #DD7BD7; }
span { border-color: rgb(221,123,215); }
td.TdClassName
{
border-color: #DD7BD7;
}
.TagClassName
{
border-color: #DD7BD7;
}
</style>