Shades of Orchid #DD7DCB
Tints of Orchid #DD7DCB
RGB
CMYK
RGB Variations
Color information
#DD7DCB (or 0xDD7DCB) is known color: Orchid. HEX triplet: DD, 7D and CB. RGB value is (221,125,203). Sum of RGB (Red+Green+Blue) = 221+125+203=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DCB is #228234. Grayscale: #A2A2A2. Windows color (decimal): -2261557 or 13336029. OLE color: 13336029.
HSL color Cylindrical-coordinate representation of color #DD7DCB: hue angle of 311.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7DCB is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 203 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.13 |
| HSL | 311.25º | 0.59% | 0.68% | - |
| HSV(B) | 311.25º | 0.43% | 0.87% | - |
| XYZ | 47.93 | 34.35 | 60.6 | - |
| YUV | 162.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 203 | 0 | 0.43 | 0.08 | 0.13 | 311.25 | 0.59 | 0.68 |
| Hex | DD | 7D | CB | 0 | 2B | 8 | D | 137 | 3B | 44 |
| Octal | 335 | 175 | 313 | 0 | 53 | 10 | 15 | 467 | 73 | 104 |
| Binary | 11011101 | 1111101 | 11001011 | 0 | 101011 | 1000 | 1101 | 100110111 | 111011 | 1000100 |
Color Harmonies of #DD7DCB
Complementary color
Monochromatic Colors of #DD7DCB
Black with #DD7DCB
Text Example
Text Example
White with #DD7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DCB; }
p { color: rgb(221,125,203); }
H1.HeaderClassName
{
color: #DD7DCB;
}
.AnyTagClassName
{
color: #DD7DCB;
}
</style>
background-color css
<style>
a { background-color: #DD7DCB; }
a { background-color: rgb(221,125,203); }
div.DivClassName
{
background-color: #DD7DCB;
}
.BgClassName
{
background-color: #DD7DCB;
}
</style>
border-color css
<style>
span { border-color: #DD7DCB; }
span { border-color: rgb(221,125,203); }
td.TdClassName
{
border-color: #DD7DCB;
}
.TagClassName
{
border-color: #DD7DCB;
}
</style>