Shades of Orchid #D46DBB
Tints of Orchid #D46DBB
RGB
CMYK
RGB Variations
Color information
#D46DBB (or 0xD46DBB) is known color: Orchid. HEX triplet: D4, 6D and BB. RGB value is (212,109,187). Sum of RGB (Red+Green+Blue) = 212+109+187=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DBB is #2B9244. Grayscale: #949494. Windows color (decimal): -2855493 or 12283348. OLE color: 12283348.
HSL color Cylindrical-coordinate representation of color #D46DBB: hue angle of 314.56º 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 #D46DBB is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 109 | 187 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.17 |
| HSL | 314.56º | 0.54% | 0.63% | - |
| HSV(B) | 314.56º | 0.49% | 0.83% | - |
| XYZ | 41.59 | 28.52 | 50.33 | - |
| YUV | 148.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 187 | 0 | 0.49 | 0.12 | 0.17 | 314.56 | 0.54 | 0.63 |
| Hex | D4 | 6D | BB | 0 | 31 | C | 11 | 13B | 36 | 3F |
| Octal | 324 | 155 | 273 | 0 | 61 | 14 | 21 | 473 | 66 | 77 |
| Binary | 11010100 | 1101101 | 10111011 | 0 | 110001 | 1100 | 10001 | 100111011 | 110110 | 111111 |
Color Harmonies of #D46DBB
Complementary color
Monochromatic Colors of #D46DBB
Black with #D46DBB
Text Example
Text Example
White with #D46DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46DBB; }
p { color: rgb(212,109,187); }
H1.HeaderClassName
{
color: #D46DBB;
}
.AnyTagClassName
{
color: #D46DBB;
}
</style>
background-color css
<style>
a { background-color: #D46DBB; }
a { background-color: rgb(212,109,187); }
div.DivClassName
{
background-color: #D46DBB;
}
.BgClassName
{
background-color: #D46DBB;
}
</style>
border-color css
<style>
span { border-color: #D46DBB; }
span { border-color: rgb(212,109,187); }
td.TdClassName
{
border-color: #D46DBB;
}
.TagClassName
{
border-color: #D46DBB;
}
</style>