Shades of Orchid #DD7DCC
Tints of Orchid #DD7DCC
RGB
CMYK
RGB Variations
Color information
#DD7DCC (or 0xDD7DCC) is known color: Orchid. HEX triplet: DD, 7D and CC. RGB value is (221,125,204). Sum of RGB (Red+Green+Blue) = 221+125+204=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DCC is #228233. Grayscale: #A2A2A2. Windows color (decimal): -2261556 or 13401565. OLE color: 13401565.
HSL color Cylindrical-coordinate representation of color #DD7DCC: hue angle of 310.62º 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 #DD7DCC is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 204 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.13 |
| HSL | 310.63º | 0.59% | 0.68% | - |
| HSV(B) | 310.63º | 0.43% | 0.87% | - |
| XYZ | 48.05 | 34.4 | 61.23 | - |
| YUV | 162.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 204 | 0 | 0.43 | 0.08 | 0.13 | 310.63 | 0.59 | 0.68 |
| Hex | DD | 7D | CC | 0 | 2B | 8 | D | 137 | 3B | 44 |
| Octal | 335 | 175 | 314 | 0 | 53 | 10 | 15 | 467 | 73 | 104 |
| Binary | 11011101 | 1111101 | 11001100 | 0 | 101011 | 1000 | 1101 | 100110111 | 111011 | 1000100 |
Color Harmonies of #DD7DCC
Complementary color
Monochromatic Colors of #DD7DCC
Black with #DD7DCC
Text Example
Text Example
White with #DD7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DCC; }
p { color: rgb(221,125,204); }
H1.HeaderClassName
{
color: #DD7DCC;
}
.AnyTagClassName
{
color: #DD7DCC;
}
</style>
background-color css
<style>
a { background-color: #DD7DCC; }
a { background-color: rgb(221,125,204); }
div.DivClassName
{
background-color: #DD7DCC;
}
.BgClassName
{
background-color: #DD7DCC;
}
</style>
border-color css
<style>
span { border-color: #DD7DCC; }
span { border-color: rgb(221,125,204); }
td.TdClassName
{
border-color: #DD7DCC;
}
.TagClassName
{
border-color: #DD7DCC;
}
</style>