Shades of Orchid #DD7AC5
Tints of Orchid #DD7AC5
RGB
CMYK
RGB Variations
Color information
#DD7AC5 (or 0xDD7AC5) is known color: Orchid. HEX triplet: DD, 7A and C5. RGB value is (221,122,197). Sum of RGB (Red+Green+Blue) = 221+122+197=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AC5 is #22853A. Grayscale: #9F9F9F. Windows color (decimal): -2262331 or 12942045. OLE color: 12942045.
HSL color Cylindrical-coordinate representation of color #DD7AC5: hue angle of 314.55º 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 #DD7AC5 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 197 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.13 |
| HSL | 314.55º | 0.59% | 0.67% | - |
| HSV(B) | 314.55º | 0.45% | 0.87% | - |
| XYZ | 46.86 | 33.32 | 56.79 | - |
| YUV | 160.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 197 | 0 | 0.45 | 0.11 | 0.13 | 314.55 | 0.59 | 0.67 |
| Hex | DD | 7A | C5 | 0 | 2D | B | D | 13B | 3B | 43 |
| Octal | 335 | 172 | 305 | 0 | 55 | 13 | 15 | 473 | 73 | 103 |
| Binary | 11011101 | 1111010 | 11000101 | 0 | 101101 | 1011 | 1101 | 100111011 | 111011 | 1000011 |
Color Harmonies of #DD7AC5
Complementary color
Monochromatic Colors of #DD7AC5
Black with #DD7AC5
Text Example
Text Example
White with #DD7AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AC5; }
p { color: rgb(221,122,197); }
H1.HeaderClassName
{
color: #DD7AC5;
}
.AnyTagClassName
{
color: #DD7AC5;
}
</style>
background-color css
<style>
a { background-color: #DD7AC5; }
a { background-color: rgb(221,122,197); }
div.DivClassName
{
background-color: #DD7AC5;
}
.BgClassName
{
background-color: #DD7AC5;
}
</style>
border-color css
<style>
span { border-color: #DD7AC5; }
span { border-color: rgb(221,122,197); }
td.TdClassName
{
border-color: #DD7AC5;
}
.TagClassName
{
border-color: #DD7AC5;
}
</style>