Shades of Orchid #D47AD5
Tints of Orchid #D47AD5
RGB
CMYK
RGB Variations
Color information
#D47AD5 (or 0xD47AD5) is known color: Orchid. HEX triplet: D4, 7A and D5. RGB value is (212,122,213). Sum of RGB (Red+Green+Blue) = 212+122+213=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #D47AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47AD5 is #2B852A. Grayscale: #9F9F9F. Windows color (decimal): -2852139 or 13990612. OLE color: 13990612.
HSL color Cylindrical-coordinate representation of color #D47AD5: hue angle of 299.34º degrees, saturation: 0.52, 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 #D47AD5 is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 122 | 213 | - |
| CMYK | 0.00 | 0.43 | 0 | 0.16 |
| HSL | 299.34º | 0.52% | 0.66% | - |
| HSV(B) | 299.34º | 0.43% | 0.84% | - |
| XYZ | 46.12 | 32.72 | 66.84 | - |
| YUV | 159.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 213 | 0.00 | 0.43 | 0 | 0.16 | 299.34 | 0.52 | 0.66 |
| Hex | D4 | 7A | D5 | 0 | 2B | 0 | 10 | 12B | 34 | 42 |
| Octal | 324 | 172 | 325 | 0 | 53 | 0 | 20 | 453 | 64 | 102 |
| Binary | 11010100 | 1111010 | 11010101 | 0 | 101011 | 0 | 10000 | 100101011 | 110100 | 1000010 |
Color Harmonies of #D47AD5
Complementary color
Monochromatic Colors of #D47AD5
Black with #D47AD5
Text Example
Text Example
White with #D47AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47AD5; }
p { color: rgb(212,122,213); }
H1.HeaderClassName
{
color: #D47AD5;
}
.AnyTagClassName
{
color: #D47AD5;
}
</style>
background-color css
<style>
a { background-color: #D47AD5; }
a { background-color: rgb(212,122,213); }
div.DivClassName
{
background-color: #D47AD5;
}
.BgClassName
{
background-color: #D47AD5;
}
</style>
border-color css
<style>
span { border-color: #D47AD5; }
span { border-color: rgb(212,122,213); }
td.TdClassName
{
border-color: #D47AD5;
}
.TagClassName
{
border-color: #D47AD5;
}
</style>