Shades of Orchid #D47BBE
Tints of Orchid #D47BBE
RGB
CMYK
RGB Variations
Color information
#D47BBE (or 0xD47BBE) is known color: Orchid. HEX triplet: D4, 7B and BE. RGB value is (212,123,190). Sum of RGB (Red+Green+Blue) = 212+123+190=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D47BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47BBE is #2B8441. Grayscale: #9D9D9D. Windows color (decimal): -2851906 or 12483540. OLE color: 12483540.
HSL color Cylindrical-coordinate representation of color #D47BBE: hue angle of 314.83º 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 #D47BBE is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 123 | 190 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.17 |
| HSL | 314.83º | 0.51% | 0.66% | - |
| HSV(B) | 314.83º | 0.42% | 0.83% | - |
| XYZ | 43.53 | 31.88 | 52.57 | - |
| YUV | 157.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 190 | 0 | 0.42 | 0.10 | 0.17 | 314.83 | 0.51 | 0.66 |
| Hex | D4 | 7B | BE | 0 | 2A | A | 11 | 13B | 33 | 42 |
| Octal | 324 | 173 | 276 | 0 | 52 | 12 | 21 | 473 | 63 | 102 |
| Binary | 11010100 | 1111011 | 10111110 | 0 | 101010 | 1010 | 10001 | 100111011 | 110011 | 1000010 |
Color Harmonies of #D47BBE
Complementary color
Monochromatic Colors of #D47BBE
Black with #D47BBE
Text Example
Text Example
White with #D47BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47BBE; }
p { color: rgb(212,123,190); }
H1.HeaderClassName
{
color: #D47BBE;
}
.AnyTagClassName
{
color: #D47BBE;
}
</style>
background-color css
<style>
a { background-color: #D47BBE; }
a { background-color: rgb(212,123,190); }
div.DivClassName
{
background-color: #D47BBE;
}
.BgClassName
{
background-color: #D47BBE;
}
</style>
border-color css
<style>
span { border-color: #D47BBE; }
span { border-color: rgb(212,123,190); }
td.TdClassName
{
border-color: #D47BBE;
}
.TagClassName
{
border-color: #D47BBE;
}
</style>