Shades of Orchid #D46CB9
Tints of Orchid #D46CB9
RGB
CMYK
RGB Variations
Color information
#D46CB9 (or 0xD46CB9) is known color: Orchid. HEX triplet: D4, 6C and B9. RGB value is (212,108,185). Sum of RGB (Red+Green+Blue) = 212+108+185=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CB9 is #2B9346. Grayscale: #939393. Windows color (decimal): -2855751 or 12152020. OLE color: 12152020.
HSL color Cylindrical-coordinate representation of color #D46CB9: hue angle of 315.58º degrees, saturation: 0.55, 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 #D46CB9 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 185 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.17 |
| HSL | 315.58º | 0.55% | 0.63% | - |
| HSV(B) | 315.58º | 0.49% | 0.83% | - |
| XYZ | 41.27 | 28.22 | 49.17 | - |
| YUV | 147.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 185 | 0 | 0.49 | 0.13 | 0.17 | 315.58 | 0.55 | 0.63 |
| Hex | D4 | 6C | B9 | 0 | 31 | D | 11 | 13C | 37 | 3F |
| Octal | 324 | 154 | 271 | 0 | 61 | 15 | 21 | 474 | 67 | 77 |
| Binary | 11010100 | 1101100 | 10111001 | 0 | 110001 | 1101 | 10001 | 100111100 | 110111 | 111111 |
Color Harmonies of #D46CB9
Complementary color
Monochromatic Colors of #D46CB9
Black with #D46CB9
Text Example
Text Example
White with #D46CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CB9; }
p { color: rgb(212,108,185); }
H1.HeaderClassName
{
color: #D46CB9;
}
.AnyTagClassName
{
color: #D46CB9;
}
</style>
background-color css
<style>
a { background-color: #D46CB9; }
a { background-color: rgb(212,108,185); }
div.DivClassName
{
background-color: #D46CB9;
}
.BgClassName
{
background-color: #D46CB9;
}
</style>
border-color css
<style>
span { border-color: #D46CB9; }
span { border-color: rgb(212,108,185); }
td.TdClassName
{
border-color: #D46CB9;
}
.TagClassName
{
border-color: #D46CB9;
}
</style>