Shades of Orchid #DD7AC6
Tints of Orchid #DD7AC6
RGB
CMYK
RGB Variations
Color information
#DD7AC6 (or 0xDD7AC6) is known color: Orchid. HEX triplet: DD, 7A and C6. RGB value is (221,122,198). Sum of RGB (Red+Green+Blue) = 221+122+198=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AC6 is #228539. Grayscale: #A0A0A0. Windows color (decimal): -2262330 or 13007581. OLE color: 13007581.
HSL color Cylindrical-coordinate representation of color #DD7AC6: hue angle of 313.94º 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 #DD7AC6 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 198 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.13 |
| HSL | 313.94º | 0.59% | 0.67% | - |
| HSV(B) | 313.94º | 0.45% | 0.87% | - |
| XYZ | 46.97 | 33.37 | 57.39 | - |
| YUV | 160.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 198 | 0 | 0.45 | 0.10 | 0.13 | 313.94 | 0.59 | 0.67 |
| Hex | DD | 7A | C6 | 0 | 2D | A | D | 13A | 3B | 43 |
| Octal | 335 | 172 | 306 | 0 | 55 | 12 | 15 | 472 | 73 | 103 |
| Binary | 11011101 | 1111010 | 11000110 | 0 | 101101 | 1010 | 1101 | 100111010 | 111011 | 1000011 |
Color Harmonies of #DD7AC6
Complementary color
Monochromatic Colors of #DD7AC6
Black with #DD7AC6
Text Example
Text Example
White with #DD7AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AC6; }
p { color: rgb(221,122,198); }
H1.HeaderClassName
{
color: #DD7AC6;
}
.AnyTagClassName
{
color: #DD7AC6;
}
</style>
background-color css
<style>
a { background-color: #DD7AC6; }
a { background-color: rgb(221,122,198); }
div.DivClassName
{
background-color: #DD7AC6;
}
.BgClassName
{
background-color: #DD7AC6;
}
</style>
border-color css
<style>
span { border-color: #DD7AC6; }
span { border-color: rgb(221,122,198); }
td.TdClassName
{
border-color: #DD7AC6;
}
.TagClassName
{
border-color: #DD7AC6;
}
</style>