Shades of Orchid #D47AD3
Tints of Orchid #D47AD3
RGB
CMYK
RGB Variations
Color information
#D47AD3 (or 0xD47AD3) is known color: Orchid. HEX triplet: D4, 7A and D3. RGB value is (212,122,211). Sum of RGB (Red+Green+Blue) = 212+122+211=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D47AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47AD3 is #2B852C. Grayscale: #9E9E9E. Windows color (decimal): -2852141 or 13859540. OLE color: 13859540.
HSL color Cylindrical-coordinate representation of color #D47AD3: hue angle of 300.67º 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 #D47AD3 is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 211 | - |
| CMYK | 0 | 0.42 | 0.00 | 0.17 |
| HSL | 300.67º | 0.51% | 0.65% | - |
| HSV(B) | 300.67º | 0.42% | 0.83% | - |
| XYZ | 45.87 | 32.62 | 65.51 | - |
| YUV | 159.06 | 157.32 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 211 | 0 | 0.42 | 0.00 | 0.17 | 300.67 | 0.51 | 0.65 |
| Hex | D4 | 7A | D3 | 0 | 2A | 0 | 11 | 12D | 33 | 41 |
| Octal | 324 | 172 | 323 | 0 | 52 | 0 | 21 | 455 | 63 | 101 |
| Binary | 11010100 | 1111010 | 11010011 | 0 | 101010 | 0 | 10001 | 100101101 | 110011 | 1000001 |
Color Harmonies of #D47AD3
Complementary color
Monochromatic Colors of #D47AD3
Black with #D47AD3
Text Example
Text Example
White with #D47AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47AD3; }
p { color: rgb(212,122,211); }
H1.HeaderClassName
{
color: #D47AD3;
}
.AnyTagClassName
{
color: #D47AD3;
}
</style>
background-color css
<style>
a { background-color: #D47AD3; }
a { background-color: rgb(212,122,211); }
div.DivClassName
{
background-color: #D47AD3;
}
.BgClassName
{
background-color: #D47AD3;
}
</style>
border-color css
<style>
span { border-color: #D47AD3; }
span { border-color: rgb(212,122,211); }
td.TdClassName
{
border-color: #D47AD3;
}
.TagClassName
{
border-color: #D47AD3;
}
</style>