Shades of Orchid #D46ABF
Tints of Orchid #D46ABF
RGB
CMYK
RGB Variations
Color information
#D46ABF (or 0xD46ABF) is known color: Orchid. HEX triplet: D4, 6A and BF. RGB value is (212,106,191). Sum of RGB (Red+Green+Blue) = 212+106+191=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D46ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46ABF is #2B9540. Grayscale: #939393. Windows color (decimal): -2856257 or 12544724. OLE color: 12544724.
HSL color Cylindrical-coordinate representation of color #D46ABF: hue angle of 311.89º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46ABF is Cyan = 0, Magento = 0.5, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 191 | - |
| CMYK | 0 | 0.5 | 0.10 | 0.17 |
| HSL | 311.89º | 0.55% | 0.62% | - |
| HSV(B) | 311.89º | 0.5% | 0.83% | - |
| XYZ | 41.71 | 28.07 | 52.51 | - |
| YUV | 147.38 | 152.62 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 191 | 0 | 0.5 | 0.10 | 0.17 | 311.89 | 0.55 | 0.62 |
| Hex | D4 | 6A | BF | 0 | 32 | A | 11 | 138 | 37 | 3E |
| Octal | 324 | 152 | 277 | 0 | 62 | 12 | 21 | 470 | 67 | 76 |
| Binary | 11010100 | 1101010 | 10111111 | 0 | 110010 | 1010 | 10001 | 100111000 | 110111 | 111110 |
Color Harmonies of #D46ABF
Complementary color
Monochromatic Colors of #D46ABF
Black with #D46ABF
Text Example
Text Example
White with #D46ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46ABF; }
p { color: rgb(212,106,191); }
H1.HeaderClassName
{
color: #D46ABF;
}
.AnyTagClassName
{
color: #D46ABF;
}
</style>
background-color css
<style>
a { background-color: #D46ABF; }
a { background-color: rgb(212,106,191); }
div.DivClassName
{
background-color: #D46ABF;
}
.BgClassName
{
background-color: #D46ABF;
}
</style>
border-color css
<style>
span { border-color: #D46ABF; }
span { border-color: rgb(212,106,191); }
td.TdClassName
{
border-color: #D46ABF;
}
.TagClassName
{
border-color: #D46ABF;
}
</style>