Shades of Orchid #D47ADE
Tints of Orchid #D47ADE
RGB
CMYK
RGB Variations
Color information
#D47ADE (or 0xD47ADE) is known color: Orchid. HEX triplet: D4, 7A and DE. RGB value is (212,122,222). Sum of RGB (Red+Green+Blue) = 212+122+222=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #D47ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47ADE is #2B8521. Grayscale: #A0A0A0. Windows color (decimal): -2852130 or 14580436. OLE color: 14580436.
HSL color Cylindrical-coordinate representation of color #D47ADE: hue angle of 294º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D47ADE is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 122 | 222 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.13 |
| HSL | 294º | 0.6% | 0.67% | - |
| HSV(B) | 294º | 0.45% | 0.87% | - |
| XYZ | 47.3 | 33.19 | 73.02 | - |
| YUV | 160.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 222 | 0.05 | 0.45 | 0 | 0.13 | 294 | 0.6 | 0.67 |
| Hex | D4 | 7A | DE | 5 | 2D | 0 | D | 126 | 3C | 43 |
| Octal | 324 | 172 | 336 | 5 | 55 | 0 | 15 | 446 | 74 | 103 |
| Binary | 11010100 | 1111010 | 11011110 | 101 | 101101 | 0 | 1101 | 100100110 | 111100 | 1000011 |
Color Harmonies of #D47ADE
Complementary color
Monochromatic Colors of #D47ADE
Black with #D47ADE
Text Example
Text Example
White with #D47ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47ADE; }
p { color: rgb(212,122,222); }
H1.HeaderClassName
{
color: #D47ADE;
}
.AnyTagClassName
{
color: #D47ADE;
}
</style>
background-color css
<style>
a { background-color: #D47ADE; }
a { background-color: rgb(212,122,222); }
div.DivClassName
{
background-color: #D47ADE;
}
.BgClassName
{
background-color: #D47ADE;
}
</style>
border-color css
<style>
span { border-color: #D47ADE; }
span { border-color: rgb(212,122,222); }
td.TdClassName
{
border-color: #D47ADE;
}
.TagClassName
{
border-color: #D47ADE;
}
</style>