Shades of Orchid #D47AC6
Tints of Orchid #D47AC6
RGB
CMYK
RGB Variations
Color information
#D47AC6 (or 0xD47AC6) is known color: Orchid. HEX triplet: D4, 7A and C6. RGB value is (212,122,198). Sum of RGB (Red+Green+Blue) = 212+122+198=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D47AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47AC6 is #2B8539. Grayscale: #9D9D9D. Windows color (decimal): -2852154 or 13007572. OLE color: 13007572.
HSL color Cylindrical-coordinate representation of color #D47AC6: hue angle of 309.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47AC6 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 198 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.17 |
| HSL | 309.33º | 0.51% | 0.65% | - |
| HSV(B) | 309.33º | 0.42% | 0.83% | - |
| XYZ | 44.3 | 31.99 | 57.27 | - |
| YUV | 157.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 198 | 0 | 0.42 | 0.07 | 0.17 | 309.33 | 0.51 | 0.65 |
| Hex | D4 | 7A | C6 | 0 | 2A | 7 | 11 | 135 | 33 | 41 |
| Octal | 324 | 172 | 306 | 0 | 52 | 7 | 21 | 465 | 63 | 101 |
| Binary | 11010100 | 1111010 | 11000110 | 0 | 101010 | 111 | 10001 | 100110101 | 110011 | 1000001 |
Color Harmonies of #D47AC6
Complementary color
Monochromatic Colors of #D47AC6
Black with #D47AC6
Text Example
Text Example
White with #D47AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47AC6; }
p { color: rgb(212,122,198); }
H1.HeaderClassName
{
color: #D47AC6;
}
.AnyTagClassName
{
color: #D47AC6;
}
</style>
background-color css
<style>
a { background-color: #D47AC6; }
a { background-color: rgb(212,122,198); }
div.DivClassName
{
background-color: #D47AC6;
}
.BgClassName
{
background-color: #D47AC6;
}
</style>
border-color css
<style>
span { border-color: #D47AC6; }
span { border-color: rgb(212,122,198); }
td.TdClassName
{
border-color: #D47AC6;
}
.TagClassName
{
border-color: #D47AC6;
}
</style>