Shades of Orchid #D47BC6
Tints of Orchid #D47BC6
RGB
CMYK
RGB Variations
Color information
#D47BC6 (or 0xD47BC6) is known color: Orchid. HEX triplet: D4, 7B and C6. RGB value is (212,123,198). Sum of RGB (Red+Green+Blue) = 212+123+198=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D47BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47BC6 is #2B8439. Grayscale: #9D9D9D. Windows color (decimal): -2851898 or 13007828. OLE color: 13007828.
HSL color Cylindrical-coordinate representation of color #D47BC6: hue angle of 309.44º 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 #D47BC6 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 123 | 198 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.17 |
| HSL | 309.44º | 0.51% | 0.66% | - |
| HSV(B) | 309.44º | 0.42% | 0.83% | - |
| XYZ | 44.43 | 32.24 | 57.31 | - |
| YUV | 158.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 198 | 0 | 0.42 | 0.07 | 0.17 | 309.44 | 0.51 | 0.66 |
| Hex | D4 | 7B | C6 | 0 | 2A | 7 | 11 | 135 | 33 | 42 |
| Octal | 324 | 173 | 306 | 0 | 52 | 7 | 21 | 465 | 63 | 102 |
| Binary | 11010100 | 1111011 | 11000110 | 0 | 101010 | 111 | 10001 | 100110101 | 110011 | 1000010 |
Color Harmonies of #D47BC6
Complementary color
Monochromatic Colors of #D47BC6
Black with #D47BC6
Text Example
Text Example
White with #D47BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47BC6; }
p { color: rgb(212,123,198); }
H1.HeaderClassName
{
color: #D47BC6;
}
.AnyTagClassName
{
color: #D47BC6;
}
</style>
background-color css
<style>
a { background-color: #D47BC6; }
a { background-color: rgb(212,123,198); }
div.DivClassName
{
background-color: #D47BC6;
}
.BgClassName
{
background-color: #D47BC6;
}
</style>
border-color css
<style>
span { border-color: #D47BC6; }
span { border-color: rgb(212,123,198); }
td.TdClassName
{
border-color: #D47BC6;
}
.TagClassName
{
border-color: #D47BC6;
}
</style>