Shades of Orchid #DD7DC5
Tints of Orchid #DD7DC5
RGB
CMYK
RGB Variations
Color information
#DD7DC5 (or 0xDD7DC5) is known color: Orchid. HEX triplet: DD, 7D and C5. RGB value is (221,125,197). Sum of RGB (Red+Green+Blue) = 221+125+197=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DC5 is #22823A. Grayscale: #A1A1A1. Windows color (decimal): -2261563 or 12942813. OLE color: 12942813.
HSL color Cylindrical-coordinate representation of color #DD7DC5: hue angle of 315º 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 #DD7DC5 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 197 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.13 |
| HSL | 315º | 0.59% | 0.68% | - |
| HSV(B) | 315º | 0.43% | 0.87% | - |
| XYZ | 47.23 | 34.07 | 56.91 | - |
| YUV | 161.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 197 | 0 | 0.43 | 0.11 | 0.13 | 315 | 0.59 | 0.68 |
| Hex | DD | 7D | C5 | 0 | 2B | B | D | 13B | 3B | 44 |
| Octal | 335 | 175 | 305 | 0 | 53 | 13 | 15 | 473 | 73 | 104 |
| Binary | 11011101 | 1111101 | 11000101 | 0 | 101011 | 1011 | 1101 | 100111011 | 111011 | 1000100 |
Color Harmonies of #DD7DC5
Complementary color
Monochromatic Colors of #DD7DC5
Black with #DD7DC5
Text Example
Text Example
White with #DD7DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DC5; }
p { color: rgb(221,125,197); }
H1.HeaderClassName
{
color: #DD7DC5;
}
.AnyTagClassName
{
color: #DD7DC5;
}
</style>
background-color css
<style>
a { background-color: #DD7DC5; }
a { background-color: rgb(221,125,197); }
div.DivClassName
{
background-color: #DD7DC5;
}
.BgClassName
{
background-color: #DD7DC5;
}
</style>
border-color css
<style>
span { border-color: #DD7DC5; }
span { border-color: rgb(221,125,197); }
td.TdClassName
{
border-color: #DD7DC5;
}
.TagClassName
{
border-color: #DD7DC5;
}
</style>