Shades of Orchid #D16ACB
Tints of Orchid #D16ACB
RGB
CMYK
RGB Variations
Color information
#D16ACB (or 0xD16ACB) is known color: Orchid. HEX triplet: D1, 6A and CB. RGB value is (209,106,203). Sum of RGB (Red+Green+Blue) = 209+106+203=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ACB is #2E9534. Grayscale: #939393. Windows color (decimal): -3052853 or 13331153. OLE color: 13331153.
HSL color Cylindrical-coordinate representation of color #D16ACB: hue angle of 303.5º 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 #D16ACB is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 203 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.18 |
| HSL | 303.5º | 0.53% | 0.62% | - |
| HSV(B) | 303.5º | 0.49% | 0.82% | - |
| XYZ | 42.23 | 28.18 | 59.71 | - |
| YUV | 147.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 203 | 0 | 0.49 | 0.03 | 0.18 | 303.5 | 0.53 | 0.62 |
| Hex | D1 | 6A | CB | 0 | 31 | 3 | 12 | 12F | 35 | 3E |
| Octal | 321 | 152 | 313 | 0 | 61 | 3 | 22 | 457 | 65 | 76 |
| Binary | 11010001 | 1101010 | 11001011 | 0 | 110001 | 11 | 10010 | 100101111 | 110101 | 111110 |
Color Harmonies of #D16ACB
Complementary color
Monochromatic Colors of #D16ACB
Black with #D16ACB
Text Example
Text Example
White with #D16ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16ACB; }
p { color: rgb(209,106,203); }
H1.HeaderClassName
{
color: #D16ACB;
}
.AnyTagClassName
{
color: #D16ACB;
}
</style>
background-color css
<style>
a { background-color: #D16ACB; }
a { background-color: rgb(209,106,203); }
div.DivClassName
{
background-color: #D16ACB;
}
.BgClassName
{
background-color: #D16ACB;
}
</style>
border-color css
<style>
span { border-color: #D16ACB; }
span { border-color: rgb(209,106,203); }
td.TdClassName
{
border-color: #D16ACB;
}
.TagClassName
{
border-color: #D16ACB;
}
</style>