Shades of Orchid #DD7AD6
Tints of Orchid #DD7AD6
RGB
CMYK
RGB Variations
Color information
#DD7AD6 (or 0xDD7AD6) is known color: Orchid. HEX triplet: DD, 7A and D6. RGB value is (221,122,214). Sum of RGB (Red+Green+Blue) = 221+122+214=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AD6 is #228529. Grayscale: #A1A1A1. Windows color (decimal): -2262314 or 14056157. OLE color: 14056157.
HSL color Cylindrical-coordinate representation of color #DD7AD6: hue angle of 304.24º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7AD6 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 214 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.13 |
| HSL | 304.24º | 0.59% | 0.67% | - |
| HSV(B) | 304.24º | 0.45% | 0.87% | - |
| XYZ | 48.92 | 34.15 | 67.63 | - |
| YUV | 162.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 214 | 0 | 0.45 | 0.03 | 0.13 | 304.24 | 0.59 | 0.67 |
| Hex | DD | 7A | D6 | 0 | 2D | 3 | D | 130 | 3B | 43 |
| Octal | 335 | 172 | 326 | 0 | 55 | 3 | 15 | 460 | 73 | 103 |
| Binary | 11011101 | 1111010 | 11010110 | 0 | 101101 | 11 | 1101 | 100110000 | 111011 | 1000011 |
Color Harmonies of #DD7AD6
Complementary color
Monochromatic Colors of #DD7AD6
Black with #DD7AD6
Text Example
Text Example
White with #DD7AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AD6; }
p { color: rgb(221,122,214); }
H1.HeaderClassName
{
color: #DD7AD6;
}
.AnyTagClassName
{
color: #DD7AD6;
}
</style>
background-color css
<style>
a { background-color: #DD7AD6; }
a { background-color: rgb(221,122,214); }
div.DivClassName
{
background-color: #DD7AD6;
}
.BgClassName
{
background-color: #DD7AD6;
}
</style>
border-color css
<style>
span { border-color: #DD7AD6; }
span { border-color: rgb(221,122,214); }
td.TdClassName
{
border-color: #DD7AD6;
}
.TagClassName
{
border-color: #DD7AD6;
}
</style>