Shades of Orchid #D47AE1
Tints of Orchid #D47AE1
RGB
CMYK
RGB Variations
Color information
#D47AE1 (or 0xD47AE1) is known color: Orchid. HEX triplet: D4, 7A and E1. RGB value is (212,122,225). Sum of RGB (Red+Green+Blue) = 212+122+225=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #D47AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47AE1 is #2B851E. Grayscale: #A0A0A0. Windows color (decimal): -2852127 or 14777044. OLE color: 14777044.
HSL color Cylindrical-coordinate representation of color #D47AE1: hue angle of 292.43º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D47AE1 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 122 | 225 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.12 |
| HSL | 292.43º | 0.63% | 0.68% | - |
| HSV(B) | 292.43º | 0.46% | 0.88% | - |
| XYZ | 47.7 | 33.35 | 75.16 | - |
| YUV | 160.65 | 164.32 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 225 | 0.06 | 0.46 | 0 | 0.12 | 292.43 | 0.63 | 0.68 |
| Hex | D4 | 7A | E1 | 6 | 2E | 0 | C | 124 | 3F | 44 |
| Octal | 324 | 172 | 341 | 6 | 56 | 0 | 14 | 444 | 77 | 104 |
| Binary | 11010100 | 1111010 | 11100001 | 110 | 101110 | 0 | 1100 | 100100100 | 111111 | 1000100 |
Color Harmonies of #D47AE1
Complementary color
Monochromatic Colors of #D47AE1
Black with #D47AE1
Text Example
Text Example
White with #D47AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47AE1; }
p { color: rgb(212,122,225); }
H1.HeaderClassName
{
color: #D47AE1;
}
.AnyTagClassName
{
color: #D47AE1;
}
</style>
background-color css
<style>
a { background-color: #D47AE1; }
a { background-color: rgb(212,122,225); }
div.DivClassName
{
background-color: #D47AE1;
}
.BgClassName
{
background-color: #D47AE1;
}
</style>
border-color css
<style>
span { border-color: #D47AE1; }
span { border-color: rgb(212,122,225); }
td.TdClassName
{
border-color: #D47AE1;
}
.TagClassName
{
border-color: #D47AE1;
}
</style>