Shades of Orchid #DD7BCD
Tints of Orchid #DD7BCD
RGB
CMYK
RGB Variations
Color information
#DD7BCD (or 0xDD7BCD) is known color: Orchid. HEX triplet: DD, 7B and CD. RGB value is (221,123,205). Sum of RGB (Red+Green+Blue) = 221+123+205=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BCD is #228432. Grayscale: #A1A1A1. Windows color (decimal): -2262067 or 13466589. OLE color: 13466589.
HSL color Cylindrical-coordinate representation of color #DD7BCD: hue angle of 309.8º 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 #DD7BCD is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 205 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.13 |
| HSL | 309.8º | 0.59% | 0.67% | - |
| HSV(B) | 309.8º | 0.44% | 0.87% | - |
| XYZ | 47.92 | 33.95 | 61.78 | - |
| YUV | 161.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 205 | 0 | 0.44 | 0.07 | 0.13 | 309.8 | 0.59 | 0.67 |
| Hex | DD | 7B | CD | 0 | 2C | 7 | D | 136 | 3B | 43 |
| Octal | 335 | 173 | 315 | 0 | 54 | 7 | 15 | 466 | 73 | 103 |
| Binary | 11011101 | 1111011 | 11001101 | 0 | 101100 | 111 | 1101 | 100110110 | 111011 | 1000011 |
Color Harmonies of #DD7BCD
Complementary color
Monochromatic Colors of #DD7BCD
Black with #DD7BCD
Text Example
Text Example
White with #DD7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BCD; }
p { color: rgb(221,123,205); }
H1.HeaderClassName
{
color: #DD7BCD;
}
.AnyTagClassName
{
color: #DD7BCD;
}
</style>
background-color css
<style>
a { background-color: #DD7BCD; }
a { background-color: rgb(221,123,205); }
div.DivClassName
{
background-color: #DD7BCD;
}
.BgClassName
{
background-color: #DD7BCD;
}
</style>
border-color css
<style>
span { border-color: #DD7BCD; }
span { border-color: rgb(221,123,205); }
td.TdClassName
{
border-color: #DD7BCD;
}
.TagClassName
{
border-color: #DD7BCD;
}
</style>