Shades of Orchid #D47BD1
Tints of Orchid #D47BD1
RGB
CMYK
RGB Variations
Color information
#D47BD1 (or 0xD47BD1) is known color: Orchid. HEX triplet: D4, 7B and D1. RGB value is (212,123,209). Sum of RGB (Red+Green+Blue) = 212+123+209=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D47BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47BD1 is #2B842E. Grayscale: #9F9F9F. Windows color (decimal): -2851887 or 13728724. OLE color: 13728724.
HSL color Cylindrical-coordinate representation of color #D47BD1: hue angle of 302.02º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47BD1 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 123 | 209 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.17 |
| HSL | 302.02º | 0.51% | 0.66% | - |
| HSV(B) | 302.02º | 0.42% | 0.83% | - |
| XYZ | 45.74 | 32.77 | 64.24 | - |
| YUV | 159.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 209 | 0 | 0.42 | 0.01 | 0.17 | 302.02 | 0.51 | 0.66 |
| Hex | D4 | 7B | D1 | 0 | 2A | 1 | 11 | 12E | 33 | 42 |
| Octal | 324 | 173 | 321 | 0 | 52 | 1 | 21 | 456 | 63 | 102 |
| Binary | 11010100 | 1111011 | 11010001 | 0 | 101010 | 1 | 10001 | 100101110 | 110011 | 1000010 |
Color Harmonies of #D47BD1
Complementary color
Monochromatic Colors of #D47BD1
Black with #D47BD1
Text Example
Text Example
White with #D47BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47BD1; }
p { color: rgb(212,123,209); }
H1.HeaderClassName
{
color: #D47BD1;
}
.AnyTagClassName
{
color: #D47BD1;
}
</style>
background-color css
<style>
a { background-color: #D47BD1; }
a { background-color: rgb(212,123,209); }
div.DivClassName
{
background-color: #D47BD1;
}
.BgClassName
{
background-color: #D47BD1;
}
</style>
border-color css
<style>
span { border-color: #D47BD1; }
span { border-color: rgb(212,123,209); }
td.TdClassName
{
border-color: #D47BD1;
}
.TagClassName
{
border-color: #D47BD1;
}
</style>