Shades of Orchid #DD7AC7
Tints of Orchid #DD7AC7
RGB
CMYK
RGB Variations
Color information
#DD7AC7 (or 0xDD7AC7) is known color: Orchid. HEX triplet: DD, 7A and C7. RGB value is (221,122,199). Sum of RGB (Red+Green+Blue) = 221+122+199=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AC7 is #228538. Grayscale: #A0A0A0. Windows color (decimal): -2262329 or 13073117. OLE color: 13073117.
HSL color Cylindrical-coordinate representation of color #DD7AC7: hue angle of 313.33º 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 #DD7AC7 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 199 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.13 |
| HSL | 313.33º | 0.59% | 0.67% | - |
| HSV(B) | 313.33º | 0.45% | 0.87% | - |
| XYZ | 47.09 | 33.41 | 58 | - |
| YUV | 160.38 | 149.8 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 199 | 0 | 0.45 | 0.10 | 0.13 | 313.33 | 0.59 | 0.67 |
| Hex | DD | 7A | C7 | 0 | 2D | A | D | 139 | 3B | 43 |
| Octal | 335 | 172 | 307 | 0 | 55 | 12 | 15 | 471 | 73 | 103 |
| Binary | 11011101 | 1111010 | 11000111 | 0 | 101101 | 1010 | 1101 | 100111001 | 111011 | 1000011 |
Color Harmonies of #DD7AC7
Complementary color
Monochromatic Colors of #DD7AC7
Black with #DD7AC7
Text Example
Text Example
White with #DD7AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AC7; }
p { color: rgb(221,122,199); }
H1.HeaderClassName
{
color: #DD7AC7;
}
.AnyTagClassName
{
color: #DD7AC7;
}
</style>
background-color css
<style>
a { background-color: #DD7AC7; }
a { background-color: rgb(221,122,199); }
div.DivClassName
{
background-color: #DD7AC7;
}
.BgClassName
{
background-color: #DD7AC7;
}
</style>
border-color css
<style>
span { border-color: #DD7AC7; }
span { border-color: rgb(221,122,199); }
td.TdClassName
{
border-color: #DD7AC7;
}
.TagClassName
{
border-color: #DD7AC7;
}
</style>