Shades of Orchid #D47AD8
Tints of Orchid #D47AD8
RGB
CMYK
RGB Variations
Color information
#D47AD8 (or 0xD47AD8) is known color: Orchid. HEX triplet: D4, 7A and D8. RGB value is (212,122,216). Sum of RGB (Red+Green+Blue) = 212+122+216=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #D47AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47AD8 is #2B8527. Grayscale: #9F9F9F. Windows color (decimal): -2852136 or 14187220. OLE color: 14187220.
HSL color Cylindrical-coordinate representation of color #D47AD8: hue angle of 297.45º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D47AD8 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 122 | 216 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.15 |
| HSL | 297.45º | 0.55% | 0.66% | - |
| HSV(B) | 297.45º | 0.44% | 0.85% | - |
| XYZ | 46.51 | 32.87 | 68.86 | - |
| YUV | 159.63 | 159.82 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 216 | 0.02 | 0.44 | 0 | 0.15 | 297.45 | 0.55 | 0.66 |
| Hex | D4 | 7A | D8 | 2 | 2C | 0 | F | 129 | 37 | 42 |
| Octal | 324 | 172 | 330 | 2 | 54 | 0 | 17 | 451 | 67 | 102 |
| Binary | 11010100 | 1111010 | 11011000 | 10 | 101100 | 0 | 1111 | 100101001 | 110111 | 1000010 |
Color Harmonies of #D47AD8
Complementary color
Monochromatic Colors of #D47AD8
Black with #D47AD8
Text Example
Text Example
White with #D47AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47AD8; }
p { color: rgb(212,122,216); }
H1.HeaderClassName
{
color: #D47AD8;
}
.AnyTagClassName
{
color: #D47AD8;
}
</style>
background-color css
<style>
a { background-color: #D47AD8; }
a { background-color: rgb(212,122,216); }
div.DivClassName
{
background-color: #D47AD8;
}
.BgClassName
{
background-color: #D47AD8;
}
</style>
border-color css
<style>
span { border-color: #D47AD8; }
span { border-color: rgb(212,122,216); }
td.TdClassName
{
border-color: #D47AD8;
}
.TagClassName
{
border-color: #D47AD8;
}
</style>