Shades of Orchid #DD7BC7
Tints of Orchid #DD7BC7
RGB
CMYK
RGB Variations
Color information
#DD7BC7 (or 0xDD7BC7) is known color: Orchid. HEX triplet: DD, 7B and C7. RGB value is (221,123,199). Sum of RGB (Red+Green+Blue) = 221+123+199=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BC7 is #228438. Grayscale: #A0A0A0. Windows color (decimal): -2262073 or 13073373. OLE color: 13073373.
HSL color Cylindrical-coordinate representation of color #DD7BC7: hue angle of 313.47º 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 #DD7BC7 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 199 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.13 |
| HSL | 313.47º | 0.59% | 0.67% | - |
| HSV(B) | 313.47º | 0.44% | 0.87% | - |
| XYZ | 47.21 | 33.66 | 58.04 | - |
| YUV | 160.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 199 | 0 | 0.44 | 0.10 | 0.13 | 313.47 | 0.59 | 0.67 |
| Hex | DD | 7B | C7 | 0 | 2C | A | D | 139 | 3B | 43 |
| Octal | 335 | 173 | 307 | 0 | 54 | 12 | 15 | 471 | 73 | 103 |
| Binary | 11011101 | 1111011 | 11000111 | 0 | 101100 | 1010 | 1101 | 100111001 | 111011 | 1000011 |
Color Harmonies of #DD7BC7
Complementary color
Monochromatic Colors of #DD7BC7
Black with #DD7BC7
Text Example
Text Example
White with #DD7BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BC7; }
p { color: rgb(221,123,199); }
H1.HeaderClassName
{
color: #DD7BC7;
}
.AnyTagClassName
{
color: #DD7BC7;
}
</style>
background-color css
<style>
a { background-color: #DD7BC7; }
a { background-color: rgb(221,123,199); }
div.DivClassName
{
background-color: #DD7BC7;
}
.BgClassName
{
background-color: #DD7BC7;
}
</style>
border-color css
<style>
span { border-color: #DD7BC7; }
span { border-color: rgb(221,123,199); }
td.TdClassName
{
border-color: #DD7BC7;
}
.TagClassName
{
border-color: #DD7BC7;
}
</style>