Shades of Orchid #D47AD6
Tints of Orchid #D47AD6
RGB
CMYK
RGB Variations
Color information
#D47AD6 (or 0xD47AD6) is known color: Orchid. HEX triplet: D4, 7A and D6. RGB value is (212,122,214). Sum of RGB (Red+Green+Blue) = 212+122+214=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 214 - color contains mainly: blue. Hex color #D47AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47AD6 is #2B8529. Grayscale: #9F9F9F. Windows color (decimal): -2852138 or 14056148. OLE color: 14056148.
HSL color Cylindrical-coordinate representation of color #D47AD6: hue angle of 298.7º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D47AD6 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 122 | 214 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.16 |
| HSL | 298.7º | 0.53% | 0.66% | - |
| HSV(B) | 298.7º | 0.43% | 0.84% | - |
| XYZ | 46.25 | 32.77 | 67.51 | - |
| YUV | 159.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 214 | 0.01 | 0.43 | 0 | 0.16 | 298.7 | 0.53 | 0.66 |
| Hex | D4 | 7A | D6 | 1 | 2B | 0 | 10 | 12B | 35 | 42 |
| Octal | 324 | 172 | 326 | 1 | 53 | 0 | 20 | 453 | 65 | 102 |
| Binary | 11010100 | 1111010 | 11010110 | 1 | 101011 | 0 | 10000 | 100101011 | 110101 | 1000010 |
Color Harmonies of #D47AD6
Complementary color
Monochromatic Colors of #D47AD6
Black with #D47AD6
Text Example
Text Example
White with #D47AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47AD6; }
p { color: rgb(212,122,214); }
H1.HeaderClassName
{
color: #D47AD6;
}
.AnyTagClassName
{
color: #D47AD6;
}
</style>
background-color css
<style>
a { background-color: #D47AD6; }
a { background-color: rgb(212,122,214); }
div.DivClassName
{
background-color: #D47AD6;
}
.BgClassName
{
background-color: #D47AD6;
}
</style>
border-color css
<style>
span { border-color: #D47AD6; }
span { border-color: rgb(212,122,214); }
td.TdClassName
{
border-color: #D47AD6;
}
.TagClassName
{
border-color: #D47AD6;
}
</style>