Shades of Orchid #D47AE6
Tints of Orchid #D47AE6
RGB
CMYK
RGB Variations
Color information
#D47AE6 (or 0xD47AE6) is known color: Orchid. HEX triplet: D4, 7A and E6. RGB value is (212,122,230). Sum of RGB (Red+Green+Blue) = 212+122+230=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #D47AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47AE6 is #2B8519. Grayscale: #A0A0A0. Windows color (decimal): -2852122 or 15104724. OLE color: 15104724.
HSL color Cylindrical-coordinate representation of color #D47AE6: hue angle of 290º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D47AE6 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 122 | 230 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.10 |
| HSL | 290º | 0.68% | 0.69% | - |
| HSV(B) | 290º | 0.47% | 0.9% | - |
| XYZ | 48.39 | 33.63 | 78.8 | - |
| YUV | 161.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 230 | 0.08 | 0.47 | 0 | 0.10 | 290 | 0.68 | 0.69 |
| Hex | D4 | 7A | E6 | 8 | 2F | 0 | A | 122 | 44 | 45 |
| Octal | 324 | 172 | 346 | 10 | 57 | 0 | 12 | 442 | 104 | 105 |
| Binary | 11010100 | 1111010 | 11100110 | 1000 | 101111 | 0 | 1010 | 100100010 | 1000100 | 1000101 |
Color Harmonies of #D47AE6
Complementary color
Monochromatic Colors of #D47AE6
Black with #D47AE6
Text Example
Text Example
White with #D47AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47AE6; }
p { color: rgb(212,122,230); }
H1.HeaderClassName
{
color: #D47AE6;
}
.AnyTagClassName
{
color: #D47AE6;
}
</style>
background-color css
<style>
a { background-color: #D47AE6; }
a { background-color: rgb(212,122,230); }
div.DivClassName
{
background-color: #D47AE6;
}
.BgClassName
{
background-color: #D47AE6;
}
</style>
border-color css
<style>
span { border-color: #D47AE6; }
span { border-color: rgb(212,122,230); }
td.TdClassName
{
border-color: #D47AE6;
}
.TagClassName
{
border-color: #D47AE6;
}
</style>