Shades of Orchid #D47DD8
Tints of Orchid #D47DD8
RGB
CMYK
RGB Variations
Color information
#D47DD8 (or 0xD47DD8) is known color: Orchid. HEX triplet: D4, 7D and D8. RGB value is (212,125,216). Sum of RGB (Red+Green+Blue) = 212+125+216=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #D47DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DD8 is #2B8227. Grayscale: #A1A1A1. Windows color (decimal): -2851368 or 14187988. OLE color: 14187988.
HSL color Cylindrical-coordinate representation of color #D47DD8: hue angle of 297.36º degrees, saturation: 0.54, 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 #D47DD8 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 125 | 216 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.15 |
| HSL | 297.36º | 0.54% | 0.67% | - |
| HSV(B) | 297.36º | 0.42% | 0.85% | - |
| XYZ | 46.88 | 33.62 | 68.98 | - |
| YUV | 161.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 216 | 0.02 | 0.42 | 0 | 0.15 | 297.36 | 0.54 | 0.67 |
| Hex | D4 | 7D | D8 | 2 | 2A | 0 | F | 129 | 36 | 43 |
| Octal | 324 | 175 | 330 | 2 | 52 | 0 | 17 | 451 | 66 | 103 |
| Binary | 11010100 | 1111101 | 11011000 | 10 | 101010 | 0 | 1111 | 100101001 | 110110 | 1000011 |
Color Harmonies of #D47DD8
Complementary color
Monochromatic Colors of #D47DD8
Black with #D47DD8
Text Example
Text Example
White with #D47DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47DD8; }
p { color: rgb(212,125,216); }
H1.HeaderClassName
{
color: #D47DD8;
}
.AnyTagClassName
{
color: #D47DD8;
}
</style>
background-color css
<style>
a { background-color: #D47DD8; }
a { background-color: rgb(212,125,216); }
div.DivClassName
{
background-color: #D47DD8;
}
.BgClassName
{
background-color: #D47DD8;
}
</style>
border-color css
<style>
span { border-color: #D47DD8; }
span { border-color: rgb(212,125,216); }
td.TdClassName
{
border-color: #D47DD8;
}
.TagClassName
{
border-color: #D47DD8;
}
</style>