Shades of Orchid #D47CC6
Tints of Orchid #D47CC6
RGB
CMYK
RGB Variations
Color information
#D47CC6 (or 0xD47CC6) is known color: Orchid. HEX triplet: D4, 7C and C6. RGB value is (212,124,198). Sum of RGB (Red+Green+Blue) = 212+124+198=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D47CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47CC6 is #2B8339. Grayscale: #9E9E9E. Windows color (decimal): -2851642 or 13008084. OLE color: 13008084.
HSL color Cylindrical-coordinate representation of color #D47CC6: hue angle of 309.55º 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 #D47CC6 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 124 | 198 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.17 |
| HSL | 309.55º | 0.51% | 0.66% | - |
| HSV(B) | 309.55º | 0.42% | 0.83% | - |
| XYZ | 44.55 | 32.49 | 57.35 | - |
| YUV | 158.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 198 | 0 | 0.42 | 0.07 | 0.17 | 309.55 | 0.51 | 0.66 |
| Hex | D4 | 7C | C6 | 0 | 2A | 7 | 11 | 136 | 33 | 42 |
| Octal | 324 | 174 | 306 | 0 | 52 | 7 | 21 | 466 | 63 | 102 |
| Binary | 11010100 | 1111100 | 11000110 | 0 | 101010 | 111 | 10001 | 100110110 | 110011 | 1000010 |
Color Harmonies of #D47CC6
Complementary color
Monochromatic Colors of #D47CC6
Black with #D47CC6
Text Example
Text Example
White with #D47CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47CC6; }
p { color: rgb(212,124,198); }
H1.HeaderClassName
{
color: #D47CC6;
}
.AnyTagClassName
{
color: #D47CC6;
}
</style>
background-color css
<style>
a { background-color: #D47CC6; }
a { background-color: rgb(212,124,198); }
div.DivClassName
{
background-color: #D47CC6;
}
.BgClassName
{
background-color: #D47CC6;
}
</style>
border-color css
<style>
span { border-color: #D47CC6; }
span { border-color: rgb(212,124,198); }
td.TdClassName
{
border-color: #D47CC6;
}
.TagClassName
{
border-color: #D47CC6;
}
</style>