Shades of Orchid #D47CDB
Tints of Orchid #D47CDB
RGB
CMYK
RGB Variations
Color information
#D47CDB (or 0xD47CDB) is known color: Orchid. HEX triplet: D4, 7C and DB. RGB value is (212,124,219). Sum of RGB (Red+Green+Blue) = 212+124+219=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #D47CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47CDB is #2B8324. Grayscale: #A0A0A0. Windows color (decimal): -2851621 or 14384340. OLE color: 14384340.
HSL color Cylindrical-coordinate representation of color #D47CDB: hue angle of 295.58º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D47CDB is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 124 | 219 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.14 |
| HSL | 295.58º | 0.57% | 0.67% | - |
| HSV(B) | 295.58º | 0.43% | 0.86% | - |
| XYZ | 47.15 | 33.53 | 71 | - |
| YUV | 161.14 | 160.65 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 219 | 0.03 | 0.43 | 0 | 0.14 | 295.58 | 0.57 | 0.67 |
| Hex | D4 | 7C | DB | 3 | 2B | 0 | E | 128 | 39 | 43 |
| Octal | 324 | 174 | 333 | 3 | 53 | 0 | 16 | 450 | 71 | 103 |
| Binary | 11010100 | 1111100 | 11011011 | 11 | 101011 | 0 | 1110 | 100101000 | 111001 | 1000011 |
Color Harmonies of #D47CDB
Complementary color
Monochromatic Colors of #D47CDB
Black with #D47CDB
Text Example
Text Example
White with #D47CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47CDB; }
p { color: rgb(212,124,219); }
H1.HeaderClassName
{
color: #D47CDB;
}
.AnyTagClassName
{
color: #D47CDB;
}
</style>
background-color css
<style>
a { background-color: #D47CDB; }
a { background-color: rgb(212,124,219); }
div.DivClassName
{
background-color: #D47CDB;
}
.BgClassName
{
background-color: #D47CDB;
}
</style>
border-color css
<style>
span { border-color: #D47CDB; }
span { border-color: rgb(212,124,219); }
td.TdClassName
{
border-color: #D47CDB;
}
.TagClassName
{
border-color: #D47CDB;
}
</style>