Shades of Orchid #D47AD4
Tints of Orchid #D47AD4
RGB
CMYK
RGB Variations
Color information
#D47AD4 (or 0xD47AD4) is known color: Orchid. HEX triplet: D4, 7A and D4. RGB value is (212,122,212). Sum of RGB (Red+Green+Blue) = 212+122+212=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D47AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47AD4 is #2B852B. Grayscale: #9E9E9E. Windows color (decimal): -2852140 or 13925076. OLE color: 13925076.
HSL color Cylindrical-coordinate representation of color #D47AD4: hue angle of 300º 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 #D47AD4 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 212 | - |
| CMYK | 0 | 0.42 | 0 | 0.17 |
| HSL | 300º | 0.51% | 0.65% | - |
| HSV(B) | 300º | 0.42% | 0.83% | - |
| XYZ | 45.99 | 32.67 | 66.17 | - |
| YUV | 159.17 | 157.82 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 212 | 0 | 0.42 | 0 | 0.17 | 300 | 0.51 | 0.65 |
| Hex | D4 | 7A | D4 | 0 | 2A | 0 | 11 | 12C | 33 | 41 |
| Octal | 324 | 172 | 324 | 0 | 52 | 0 | 21 | 454 | 63 | 101 |
| Binary | 11010100 | 1111010 | 11010100 | 0 | 101010 | 0 | 10001 | 100101100 | 110011 | 1000001 |
Color Harmonies of #D47AD4
Complementary color
Monochromatic Colors of #D47AD4
Black with #D47AD4
Text Example
Text Example
White with #D47AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47AD4; }
p { color: rgb(212,122,212); }
H1.HeaderClassName
{
color: #D47AD4;
}
.AnyTagClassName
{
color: #D47AD4;
}
</style>
background-color css
<style>
a { background-color: #D47AD4; }
a { background-color: rgb(212,122,212); }
div.DivClassName
{
background-color: #D47AD4;
}
.BgClassName
{
background-color: #D47AD4;
}
</style>
border-color css
<style>
span { border-color: #D47AD4; }
span { border-color: rgb(212,122,212); }
td.TdClassName
{
border-color: #D47AD4;
}
.TagClassName
{
border-color: #D47AD4;
}
</style>