Shades of Orchid #D47DC6
Tints of Orchid #D47DC6
RGB
CMYK
RGB Variations
Color information
#D47DC6 (or 0xD47DC6) is known color: Orchid. HEX triplet: D4, 7D and C6. RGB value is (212,125,198). Sum of RGB (Red+Green+Blue) = 212+125+198=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DC6 is #2B8239. Grayscale: #9F9F9F. Windows color (decimal): -2851386 or 13008340. OLE color: 13008340.
HSL color Cylindrical-coordinate representation of color #D47DC6: hue angle of 309.66º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D47DC6 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 125 | 198 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.17 |
| HSL | 309.66º | 0.5% | 0.66% | - |
| HSV(B) | 309.66º | 0.41% | 0.83% | - |
| XYZ | 44.68 | 32.74 | 57.39 | - |
| YUV | 159.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 198 | 0 | 0.41 | 0.07 | 0.17 | 309.66 | 0.5 | 0.66 |
| Hex | D4 | 7D | C6 | 0 | 29 | 7 | 11 | 136 | 32 | 42 |
| Octal | 324 | 175 | 306 | 0 | 51 | 7 | 21 | 466 | 62 | 102 |
| Binary | 11010100 | 1111101 | 11000110 | 0 | 101001 | 111 | 10001 | 100110110 | 110010 | 1000010 |
Color Harmonies of #D47DC6
Complementary color
Monochromatic Colors of #D47DC6
Black with #D47DC6
Text Example
Text Example
White with #D47DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47DC6; }
p { color: rgb(212,125,198); }
H1.HeaderClassName
{
color: #D47DC6;
}
.AnyTagClassName
{
color: #D47DC6;
}
</style>
background-color css
<style>
a { background-color: #D47DC6; }
a { background-color: rgb(212,125,198); }
div.DivClassName
{
background-color: #D47DC6;
}
.BgClassName
{
background-color: #D47DC6;
}
</style>
border-color css
<style>
span { border-color: #D47DC6; }
span { border-color: rgb(212,125,198); }
td.TdClassName
{
border-color: #D47DC6;
}
.TagClassName
{
border-color: #D47DC6;
}
</style>