Shades of Orchid #DD7BD4
Tints of Orchid #DD7BD4
RGB
CMYK
RGB Variations
Color information
#DD7BD4 (or 0xDD7BD4) is known color: Orchid. HEX triplet: DD, 7B and D4. RGB value is (221,123,212). Sum of RGB (Red+Green+Blue) = 221+123+212=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BD4 is #22842B. Grayscale: #A2A2A2. Windows color (decimal): -2262060 or 13925341. OLE color: 13925341.
HSL color Cylindrical-coordinate representation of color #DD7BD4: hue angle of 305.51º 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 #DD7BD4 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 212 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.13 |
| HSL | 305.51º | 0.59% | 0.67% | - |
| HSV(B) | 305.51º | 0.44% | 0.87% | - |
| XYZ | 48.79 | 34.29 | 66.34 | - |
| YUV | 162.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 212 | 0 | 0.44 | 0.04 | 0.13 | 305.51 | 0.59 | 0.67 |
| Hex | DD | 7B | D4 | 0 | 2C | 4 | D | 132 | 3B | 43 |
| Octal | 335 | 173 | 324 | 0 | 54 | 4 | 15 | 462 | 73 | 103 |
| Binary | 11011101 | 1111011 | 11010100 | 0 | 101100 | 100 | 1101 | 100110010 | 111011 | 1000011 |
Color Harmonies of #DD7BD4
Complementary color
Monochromatic Colors of #DD7BD4
Black with #DD7BD4
Text Example
Text Example
White with #DD7BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BD4; }
p { color: rgb(221,123,212); }
H1.HeaderClassName
{
color: #DD7BD4;
}
.AnyTagClassName
{
color: #DD7BD4;
}
</style>
background-color css
<style>
a { background-color: #DD7BD4; }
a { background-color: rgb(221,123,212); }
div.DivClassName
{
background-color: #DD7BD4;
}
.BgClassName
{
background-color: #DD7BD4;
}
</style>
border-color css
<style>
span { border-color: #DD7BD4; }
span { border-color: rgb(221,123,212); }
td.TdClassName
{
border-color: #DD7BD4;
}
.TagClassName
{
border-color: #DD7BD4;
}
</style>