Shades of Orchid #D47DD9
Tints of Orchid #D47DD9
RGB
CMYK
RGB Variations
Color information
#D47DD9 (or 0xD47DD9) is known color: Orchid. HEX triplet: D4, 7D and D9. RGB value is (212,125,217). Sum of RGB (Red+Green+Blue) = 212+125+217=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #D47DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DD9 is #2B8226. Grayscale: #A1A1A1. Windows color (decimal): -2851367 or 14253524. OLE color: 14253524.
HSL color Cylindrical-coordinate representation of color #D47DD9: hue angle of 296.74º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47DD9 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 125 | 217 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.15 |
| HSL | 296.74º | 0.55% | 0.67% | - |
| HSV(B) | 296.74º | 0.42% | 0.85% | - |
| XYZ | 47.01 | 33.67 | 69.67 | - |
| YUV | 161.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 217 | 0.02 | 0.42 | 0 | 0.15 | 296.74 | 0.55 | 0.67 |
| Hex | D4 | 7D | D9 | 2 | 2A | 0 | F | 129 | 37 | 43 |
| Octal | 324 | 175 | 331 | 2 | 52 | 0 | 17 | 451 | 67 | 103 |
| Binary | 11010100 | 1111101 | 11011001 | 10 | 101010 | 0 | 1111 | 100101001 | 110111 | 1000011 |
Color Harmonies of #D47DD9
Complementary color
Monochromatic Colors of #D47DD9
Black with #D47DD9
Text Example
Text Example
White with #D47DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47DD9; }
p { color: rgb(212,125,217); }
H1.HeaderClassName
{
color: #D47DD9;
}
.AnyTagClassName
{
color: #D47DD9;
}
</style>
background-color css
<style>
a { background-color: #D47DD9; }
a { background-color: rgb(212,125,217); }
div.DivClassName
{
background-color: #D47DD9;
}
.BgClassName
{
background-color: #D47DD9;
}
</style>
border-color css
<style>
span { border-color: #D47DD9; }
span { border-color: rgb(212,125,217); }
td.TdClassName
{
border-color: #D47DD9;
}
.TagClassName
{
border-color: #D47DD9;
}
</style>