Shades of Orchid #D46CBF
Tints of Orchid #D46CBF
RGB
CMYK
RGB Variations
Color information
#D46CBF (or 0xD46CBF) is known color: Orchid. HEX triplet: D4, 6C and BF. RGB value is (212,108,191). Sum of RGB (Red+Green+Blue) = 212+108+191=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CBF is #2B9340. Grayscale: #949494. Windows color (decimal): -2855745 or 12545236. OLE color: 12545236.
HSL color Cylindrical-coordinate representation of color #D46CBF: hue angle of 312.12º 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 #D46CBF is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 191 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.17 |
| HSL | 312.12º | 0.55% | 0.63% | - |
| HSV(B) | 312.12º | 0.49% | 0.83% | - |
| XYZ | 41.92 | 28.48 | 52.58 | - |
| YUV | 148.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 191 | 0 | 0.49 | 0.10 | 0.17 | 312.12 | 0.55 | 0.63 |
| Hex | D4 | 6C | BF | 0 | 31 | A | 11 | 138 | 37 | 3F |
| Octal | 324 | 154 | 277 | 0 | 61 | 12 | 21 | 470 | 67 | 77 |
| Binary | 11010100 | 1101100 | 10111111 | 0 | 110001 | 1010 | 10001 | 100111000 | 110111 | 111111 |
Color Harmonies of #D46CBF
Complementary color
Monochromatic Colors of #D46CBF
Black with #D46CBF
Text Example
Text Example
White with #D46CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CBF; }
p { color: rgb(212,108,191); }
H1.HeaderClassName
{
color: #D46CBF;
}
.AnyTagClassName
{
color: #D46CBF;
}
</style>
background-color css
<style>
a { background-color: #D46CBF; }
a { background-color: rgb(212,108,191); }
div.DivClassName
{
background-color: #D46CBF;
}
.BgClassName
{
background-color: #D46CBF;
}
</style>
border-color css
<style>
span { border-color: #D46CBF; }
span { border-color: rgb(212,108,191); }
td.TdClassName
{
border-color: #D46CBF;
}
.TagClassName
{
border-color: #D46CBF;
}
</style>