Shades of Orchid #DD7AC8
Tints of Orchid #DD7AC8
RGB
CMYK
RGB Variations
Color information
#DD7AC8 (or 0xDD7AC8) is known color: Orchid. HEX triplet: DD, 7A and C8. RGB value is (221,122,200). Sum of RGB (Red+Green+Blue) = 221+122+200=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AC8 is #228537. Grayscale: #A0A0A0. Windows color (decimal): -2262328 or 13138653. OLE color: 13138653.
HSL color Cylindrical-coordinate representation of color #DD7AC8: hue angle of 312.73º 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 #DD7AC8 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 200 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.13 |
| HSL | 312.73º | 0.59% | 0.67% | - |
| HSV(B) | 312.73º | 0.45% | 0.87% | - |
| XYZ | 47.2 | 33.46 | 58.61 | - |
| YUV | 160.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 200 | 0 | 0.45 | 0.10 | 0.13 | 312.73 | 0.59 | 0.67 |
| Hex | DD | 7A | C8 | 0 | 2D | A | D | 139 | 3B | 43 |
| Octal | 335 | 172 | 310 | 0 | 55 | 12 | 15 | 471 | 73 | 103 |
| Binary | 11011101 | 1111010 | 11001000 | 0 | 101101 | 1010 | 1101 | 100111001 | 111011 | 1000011 |
Color Harmonies of #DD7AC8
Complementary color
Monochromatic Colors of #DD7AC8
Black with #DD7AC8
Text Example
Text Example
White with #DD7AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AC8; }
p { color: rgb(221,122,200); }
H1.HeaderClassName
{
color: #DD7AC8;
}
.AnyTagClassName
{
color: #DD7AC8;
}
</style>
background-color css
<style>
a { background-color: #DD7AC8; }
a { background-color: rgb(221,122,200); }
div.DivClassName
{
background-color: #DD7AC8;
}
.BgClassName
{
background-color: #DD7AC8;
}
</style>
border-color css
<style>
span { border-color: #DD7AC8; }
span { border-color: rgb(221,122,200); }
td.TdClassName
{
border-color: #DD7AC8;
}
.TagClassName
{
border-color: #DD7AC8;
}
</style>