Shades of Orchid #D47ADA
Tints of Orchid #D47ADA
RGB
CMYK
RGB Variations
Color information
#D47ADA (or 0xD47ADA) is known color: Orchid. HEX triplet: D4, 7A and DA. RGB value is (212,122,218). Sum of RGB (Red+Green+Blue) = 212+122+218=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #D47ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47ADA is #2B8525. Grayscale: #9F9F9F. Windows color (decimal): -2852134 or 14318292. OLE color: 14318292.
HSL color Cylindrical-coordinate representation of color #D47ADA: hue angle of 296.25º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D47ADA is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 122 | 218 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.15 |
| HSL | 296.25º | 0.56% | 0.67% | - |
| HSV(B) | 296.25º | 0.44% | 0.85% | - |
| XYZ | 46.77 | 32.98 | 70.23 | - |
| YUV | 159.85 | 160.82 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 218 | 0.03 | 0.44 | 0 | 0.15 | 296.25 | 0.56 | 0.67 |
| Hex | D4 | 7A | DA | 3 | 2C | 0 | F | 128 | 38 | 43 |
| Octal | 324 | 172 | 332 | 3 | 54 | 0 | 17 | 450 | 70 | 103 |
| Binary | 11010100 | 1111010 | 11011010 | 11 | 101100 | 0 | 1111 | 100101000 | 111000 | 1000011 |
Color Harmonies of #D47ADA
Complementary color
Monochromatic Colors of #D47ADA
Black with #D47ADA
Text Example
Text Example
White with #D47ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47ADA; }
p { color: rgb(212,122,218); }
H1.HeaderClassName
{
color: #D47ADA;
}
.AnyTagClassName
{
color: #D47ADA;
}
</style>
background-color css
<style>
a { background-color: #D47ADA; }
a { background-color: rgb(212,122,218); }
div.DivClassName
{
background-color: #D47ADA;
}
.BgClassName
{
background-color: #D47ADA;
}
</style>
border-color css
<style>
span { border-color: #D47ADA; }
span { border-color: rgb(212,122,218); }
td.TdClassName
{
border-color: #D47ADA;
}
.TagClassName
{
border-color: #D47ADA;
}
</style>