Shades of Orchid #DD7BD3
Tints of Orchid #DD7BD3
RGB
CMYK
RGB Variations
Color information
#DD7BD3 (or 0xDD7BD3) is known color: Orchid. HEX triplet: DD, 7B and D3. RGB value is (221,123,211). Sum of RGB (Red+Green+Blue) = 221+123+211=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BD3 is #22842C. Grayscale: #A2A2A2. Windows color (decimal): -2262061 or 13859805. OLE color: 13859805.
HSL color Cylindrical-coordinate representation of color #DD7BD3: hue angle of 306.12º 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 #DD7BD3 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 211 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.13 |
| HSL | 306.12º | 0.59% | 0.67% | - |
| HSV(B) | 306.12º | 0.44% | 0.87% | - |
| XYZ | 48.66 | 34.24 | 65.67 | - |
| YUV | 162.33 | 155.47 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 211 | 0 | 0.44 | 0.05 | 0.13 | 306.12 | 0.59 | 0.67 |
| Hex | DD | 7B | D3 | 0 | 2C | 5 | D | 132 | 3B | 43 |
| Octal | 335 | 173 | 323 | 0 | 54 | 5 | 15 | 462 | 73 | 103 |
| Binary | 11011101 | 1111011 | 11010011 | 0 | 101100 | 101 | 1101 | 100110010 | 111011 | 1000011 |
Color Harmonies of #DD7BD3
Complementary color
Monochromatic Colors of #DD7BD3
Black with #DD7BD3
Text Example
Text Example
White with #DD7BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BD3; }
p { color: rgb(221,123,211); }
H1.HeaderClassName
{
color: #DD7BD3;
}
.AnyTagClassName
{
color: #DD7BD3;
}
</style>
background-color css
<style>
a { background-color: #DD7BD3; }
a { background-color: rgb(221,123,211); }
div.DivClassName
{
background-color: #DD7BD3;
}
.BgClassName
{
background-color: #DD7BD3;
}
</style>
border-color css
<style>
span { border-color: #DD7BD3; }
span { border-color: rgb(221,123,211); }
td.TdClassName
{
border-color: #DD7BD3;
}
.TagClassName
{
border-color: #DD7BD3;
}
</style>