Shades of Orchid #D46FBE
Tints of Orchid #D46FBE
RGB
CMYK
RGB Variations
Color information
#D46FBE (or 0xD46FBE) is known color: Orchid. HEX triplet: D4, 6F and BE. RGB value is (212,111,190). Sum of RGB (Red+Green+Blue) = 212+111+190=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FBE is #2B9041. Grayscale: #959595. Windows color (decimal): -2854978 or 12480468. OLE color: 12480468.
HSL color Cylindrical-coordinate representation of color #D46FBE: hue angle of 313.07º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46FBE is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 190 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.17 |
| HSL | 313.07º | 0.54% | 0.63% | - |
| HSV(B) | 313.07º | 0.48% | 0.83% | - |
| XYZ | 42.13 | 29.08 | 52.11 | - |
| YUV | 150.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 190 | 0 | 0.48 | 0.10 | 0.17 | 313.07 | 0.54 | 0.63 |
| Hex | D4 | 6F | BE | 0 | 30 | A | 11 | 139 | 36 | 3F |
| Octal | 324 | 157 | 276 | 0 | 60 | 12 | 21 | 471 | 66 | 77 |
| Binary | 11010100 | 1101111 | 10111110 | 0 | 110000 | 1010 | 10001 | 100111001 | 110110 | 111111 |
Color Harmonies of #D46FBE
Complementary color
Monochromatic Colors of #D46FBE
Black with #D46FBE
Text Example
Text Example
White with #D46FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46FBE; }
p { color: rgb(212,111,190); }
H1.HeaderClassName
{
color: #D46FBE;
}
.AnyTagClassName
{
color: #D46FBE;
}
</style>
background-color css
<style>
a { background-color: #D46FBE; }
a { background-color: rgb(212,111,190); }
div.DivClassName
{
background-color: #D46FBE;
}
.BgClassName
{
background-color: #D46FBE;
}
</style>
border-color css
<style>
span { border-color: #D46FBE; }
span { border-color: rgb(212,111,190); }
td.TdClassName
{
border-color: #D46FBE;
}
.TagClassName
{
border-color: #D46FBE;
}
</style>