Shades of Orchid #DD7DCD
Tints of Orchid #DD7DCD
RGB
CMYK
RGB Variations
Color information
#DD7DCD (or 0xDD7DCD) is known color: Orchid. HEX triplet: DD, 7D and CD. RGB value is (221,125,205). Sum of RGB (Red+Green+Blue) = 221+125+205=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DCD is #228232. Grayscale: #A2A2A2. Windows color (decimal): -2261555 or 13467101. OLE color: 13467101.
HSL color Cylindrical-coordinate representation of color #DD7DCD: hue angle of 310º 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 #DD7DCD is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 205 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.13 |
| HSL | 310º | 0.59% | 0.68% | - |
| HSV(B) | 310º | 0.43% | 0.87% | - |
| XYZ | 48.17 | 34.45 | 61.87 | - |
| YUV | 162.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 205 | 0 | 0.43 | 0.07 | 0.13 | 310 | 0.59 | 0.68 |
| Hex | DD | 7D | CD | 0 | 2B | 7 | D | 136 | 3B | 44 |
| Octal | 335 | 175 | 315 | 0 | 53 | 7 | 15 | 466 | 73 | 104 |
| Binary | 11011101 | 1111101 | 11001101 | 0 | 101011 | 111 | 1101 | 100110110 | 111011 | 1000100 |
Color Harmonies of #DD7DCD
Complementary color
Monochromatic Colors of #DD7DCD
Black with #DD7DCD
Text Example
Text Example
White with #DD7DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DCD; }
p { color: rgb(221,125,205); }
H1.HeaderClassName
{
color: #DD7DCD;
}
.AnyTagClassName
{
color: #DD7DCD;
}
</style>
background-color css
<style>
a { background-color: #DD7DCD; }
a { background-color: rgb(221,125,205); }
div.DivClassName
{
background-color: #DD7DCD;
}
.BgClassName
{
background-color: #DD7DCD;
}
</style>
border-color css
<style>
span { border-color: #DD7DCD; }
span { border-color: rgb(221,125,205); }
td.TdClassName
{
border-color: #DD7DCD;
}
.TagClassName
{
border-color: #DD7DCD;
}
</style>