Shades of Orchid #D16BBA
Tints of Orchid #D16BBA
RGB
CMYK
RGB Variations
Color information
#D16BBA (or 0xD16BBA) is known color: Orchid. HEX triplet: D1, 6B and BA. RGB value is (209,107,186). Sum of RGB (Red+Green+Blue) = 209+107+186=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D16BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BBA is #2E9445. Grayscale: #929292. Windows color (decimal): -3052614 or 12217297. OLE color: 12217297.
HSL color Cylindrical-coordinate representation of color #D16BBA: hue angle of 313.53º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16BBA is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 107 | 186 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.18 |
| HSL | 313.53º | 0.53% | 0.62% | - |
| HSV(B) | 313.53º | 0.49% | 0.82% | - |
| XYZ | 40.42 | 27.62 | 49.65 | - |
| YUV | 146.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 186 | 0 | 0.49 | 0.11 | 0.18 | 313.53 | 0.53 | 0.62 |
| Hex | D1 | 6B | BA | 0 | 31 | B | 12 | 13A | 35 | 3E |
| Octal | 321 | 153 | 272 | 0 | 61 | 13 | 22 | 472 | 65 | 76 |
| Binary | 11010001 | 1101011 | 10111010 | 0 | 110001 | 1011 | 10010 | 100111010 | 110101 | 111110 |
Color Harmonies of #D16BBA
Complementary color
Monochromatic Colors of #D16BBA
Black with #D16BBA
Text Example
Text Example
White with #D16BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16BBA; }
p { color: rgb(209,107,186); }
H1.HeaderClassName
{
color: #D16BBA;
}
.AnyTagClassName
{
color: #D16BBA;
}
</style>
background-color css
<style>
a { background-color: #D16BBA; }
a { background-color: rgb(209,107,186); }
div.DivClassName
{
background-color: #D16BBA;
}
.BgClassName
{
background-color: #D16BBA;
}
</style>
border-color css
<style>
span { border-color: #D16BBA; }
span { border-color: rgb(209,107,186); }
td.TdClassName
{
border-color: #D16BBA;
}
.TagClassName
{
border-color: #D16BBA;
}
</style>