Shades of Orchid #DD7BD0
Tints of Orchid #DD7BD0
RGB
CMYK
RGB Variations
Color information
#DD7BD0 (or 0xDD7BD0) is known color: Orchid. HEX triplet: DD, 7B and D0. RGB value is (221,123,208). Sum of RGB (Red+Green+Blue) = 221+123+208=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BD0 is #22842F. Grayscale: #A1A1A1. Windows color (decimal): -2262064 or 13663197. OLE color: 13663197.
HSL color Cylindrical-coordinate representation of color #DD7BD0: hue angle of 307.96º 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 #DD7BD0 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 208 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.13 |
| HSL | 307.96º | 0.59% | 0.67% | - |
| HSV(B) | 307.96º | 0.44% | 0.87% | - |
| XYZ | 48.29 | 34.09 | 63.71 | - |
| YUV | 161.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 208 | 0 | 0.44 | 0.06 | 0.13 | 307.96 | 0.59 | 0.67 |
| Hex | DD | 7B | D0 | 0 | 2C | 6 | D | 134 | 3B | 43 |
| Octal | 335 | 173 | 320 | 0 | 54 | 6 | 15 | 464 | 73 | 103 |
| Binary | 11011101 | 1111011 | 11010000 | 0 | 101100 | 110 | 1101 | 100110100 | 111011 | 1000011 |
Color Harmonies of #DD7BD0
Complementary color
Monochromatic Colors of #DD7BD0
Black with #DD7BD0
Text Example
Text Example
White with #DD7BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BD0; }
p { color: rgb(221,123,208); }
H1.HeaderClassName
{
color: #DD7BD0;
}
.AnyTagClassName
{
color: #DD7BD0;
}
</style>
background-color css
<style>
a { background-color: #DD7BD0; }
a { background-color: rgb(221,123,208); }
div.DivClassName
{
background-color: #DD7BD0;
}
.BgClassName
{
background-color: #DD7BD0;
}
</style>
border-color css
<style>
span { border-color: #DD7BD0; }
span { border-color: rgb(221,123,208); }
td.TdClassName
{
border-color: #DD7BD0;
}
.TagClassName
{
border-color: #DD7BD0;
}
</style>