Shades of Orchid #D46DBC
Tints of Orchid #D46DBC
RGB
CMYK
RGB Variations
Color information
#D46DBC (or 0xD46DBC) is known color: Orchid. HEX triplet: D4, 6D and BC. RGB value is (212,109,188). Sum of RGB (Red+Green+Blue) = 212+109+188=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DBC is #2B9243. Grayscale: #949494. Windows color (decimal): -2855492 or 12348884. OLE color: 12348884.
HSL color Cylindrical-coordinate representation of color #D46DBC: hue angle of 313.98º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46DBC is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 109 | 188 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.17 |
| HSL | 313.98º | 0.54% | 0.63% | - |
| HSV(B) | 313.98º | 0.49% | 0.83% | - |
| XYZ | 41.7 | 28.57 | 50.89 | - |
| YUV | 148.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 188 | 0 | 0.49 | 0.11 | 0.17 | 313.98 | 0.54 | 0.63 |
| Hex | D4 | 6D | BC | 0 | 31 | B | 11 | 13A | 36 | 3F |
| Octal | 324 | 155 | 274 | 0 | 61 | 13 | 21 | 472 | 66 | 77 |
| Binary | 11010100 | 1101101 | 10111100 | 0 | 110001 | 1011 | 10001 | 100111010 | 110110 | 111111 |
Color Harmonies of #D46DBC
Complementary color
Monochromatic Colors of #D46DBC
Black with #D46DBC
Text Example
Text Example
White with #D46DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46DBC; }
p { color: rgb(212,109,188); }
H1.HeaderClassName
{
color: #D46DBC;
}
.AnyTagClassName
{
color: #D46DBC;
}
</style>
background-color css
<style>
a { background-color: #D46DBC; }
a { background-color: rgb(212,109,188); }
div.DivClassName
{
background-color: #D46DBC;
}
.BgClassName
{
background-color: #D46DBC;
}
</style>
border-color css
<style>
span { border-color: #D46DBC; }
span { border-color: rgb(212,109,188); }
td.TdClassName
{
border-color: #D46DBC;
}
.TagClassName
{
border-color: #D46DBC;
}
</style>