Shades of Orchid #D47BDD
Tints of Orchid #D47BDD
RGB
CMYK
RGB Variations
Color information
#D47BDD (or 0xD47BDD) is known color: Orchid. HEX triplet: D4, 7B and DD. RGB value is (212,123,221). Sum of RGB (Red+Green+Blue) = 212+123+221=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #D47BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47BDD is #2B8422. Grayscale: #A0A0A0. Windows color (decimal): -2851875 or 14515156. OLE color: 14515156.
HSL color Cylindrical-coordinate representation of color #D47BDD: hue angle of 294.49º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D47BDD is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 123 | 221 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.13 |
| HSL | 294.49º | 0.59% | 0.67% | - |
| HSV(B) | 294.49º | 0.44% | 0.87% | - |
| XYZ | 47.29 | 33.38 | 72.36 | - |
| YUV | 160.78 | 161.99 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 221 | 0.04 | 0.44 | 0 | 0.13 | 294.49 | 0.59 | 0.67 |
| Hex | D4 | 7B | DD | 4 | 2C | 0 | D | 126 | 3B | 43 |
| Octal | 324 | 173 | 335 | 4 | 54 | 0 | 15 | 446 | 73 | 103 |
| Binary | 11010100 | 1111011 | 11011101 | 100 | 101100 | 0 | 1101 | 100100110 | 111011 | 1000011 |
Color Harmonies of #D47BDD
Complementary color
Monochromatic Colors of #D47BDD
Black with #D47BDD
Text Example
Text Example
White with #D47BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47BDD; }
p { color: rgb(212,123,221); }
H1.HeaderClassName
{
color: #D47BDD;
}
.AnyTagClassName
{
color: #D47BDD;
}
</style>
background-color css
<style>
a { background-color: #D47BDD; }
a { background-color: rgb(212,123,221); }
div.DivClassName
{
background-color: #D47BDD;
}
.BgClassName
{
background-color: #D47BDD;
}
</style>
border-color css
<style>
span { border-color: #D47BDD; }
span { border-color: rgb(212,123,221); }
td.TdClassName
{
border-color: #D47BDD;
}
.TagClassName
{
border-color: #D47BDD;
}
</style>