Shades of Orchid #DD7AD4
Tints of Orchid #DD7AD4
RGB
CMYK
RGB Variations
Color information
#DD7AD4 (or 0xDD7AD4) is known color: Orchid. HEX triplet: DD, 7A and D4. RGB value is (221,122,212). Sum of RGB (Red+Green+Blue) = 221+122+212=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AD4 is #22852B. Grayscale: #A1A1A1. Windows color (decimal): -2262316 or 13925085. OLE color: 13925085.
HSL color Cylindrical-coordinate representation of color #DD7AD4: hue angle of 305.45º 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 #DD7AD4 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 212 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.13 |
| HSL | 305.45º | 0.59% | 0.67% | - |
| HSV(B) | 305.45º | 0.45% | 0.87% | - |
| XYZ | 48.66 | 34.04 | 66.29 | - |
| YUV | 161.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 212 | 0 | 0.45 | 0.04 | 0.13 | 305.45 | 0.59 | 0.67 |
| Hex | DD | 7A | D4 | 0 | 2D | 4 | D | 131 | 3B | 43 |
| Octal | 335 | 172 | 324 | 0 | 55 | 4 | 15 | 461 | 73 | 103 |
| Binary | 11011101 | 1111010 | 11010100 | 0 | 101101 | 100 | 1101 | 100110001 | 111011 | 1000011 |
Color Harmonies of #DD7AD4
Complementary color
Monochromatic Colors of #DD7AD4
Black with #DD7AD4
Text Example
Text Example
White with #DD7AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AD4; }
p { color: rgb(221,122,212); }
H1.HeaderClassName
{
color: #DD7AD4;
}
.AnyTagClassName
{
color: #DD7AD4;
}
</style>
background-color css
<style>
a { background-color: #DD7AD4; }
a { background-color: rgb(221,122,212); }
div.DivClassName
{
background-color: #DD7AD4;
}
.BgClassName
{
background-color: #DD7AD4;
}
</style>
border-color css
<style>
span { border-color: #DD7AD4; }
span { border-color: rgb(221,122,212); }
td.TdClassName
{
border-color: #DD7AD4;
}
.TagClassName
{
border-color: #DD7AD4;
}
</style>