Shades of Orchid #DD7CCD
Tints of Orchid #DD7CCD
RGB
CMYK
RGB Variations
Color information
#DD7CCD (or 0xDD7CCD) is known color: Orchid. HEX triplet: DD, 7C and CD. RGB value is (221,124,205). Sum of RGB (Red+Green+Blue) = 221+124+205=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CCD is #228332. Grayscale: #A2A2A2. Windows color (decimal): -2261811 or 13466845. OLE color: 13466845.
HSL color Cylindrical-coordinate representation of color #DD7CCD: hue angle of 309.9º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7CCD is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 205 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.13 |
| HSL | 309.9º | 0.59% | 0.68% | - |
| HSV(B) | 309.9º | 0.44% | 0.87% | - |
| XYZ | 48.05 | 34.2 | 61.83 | - |
| YUV | 162.24 | 152.14 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 205 | 0 | 0.44 | 0.07 | 0.13 | 309.9 | 0.59 | 0.68 |
| Hex | DD | 7C | CD | 0 | 2C | 7 | D | 136 | 3B | 44 |
| Octal | 335 | 174 | 315 | 0 | 54 | 7 | 15 | 466 | 73 | 104 |
| Binary | 11011101 | 1111100 | 11001101 | 0 | 101100 | 111 | 1101 | 100110110 | 111011 | 1000100 |
Color Harmonies of #DD7CCD
Complementary color
Monochromatic Colors of #DD7CCD
Black with #DD7CCD
Text Example
Text Example
White with #DD7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CCD; }
p { color: rgb(221,124,205); }
H1.HeaderClassName
{
color: #DD7CCD;
}
.AnyTagClassName
{
color: #DD7CCD;
}
</style>
background-color css
<style>
a { background-color: #DD7CCD; }
a { background-color: rgb(221,124,205); }
div.DivClassName
{
background-color: #DD7CCD;
}
.BgClassName
{
background-color: #DD7CCD;
}
</style>
border-color css
<style>
span { border-color: #DD7CCD; }
span { border-color: rgb(221,124,205); }
td.TdClassName
{
border-color: #DD7CCD;
}
.TagClassName
{
border-color: #DD7CCD;
}
</style>