Shades of Orchid #D16ABC
Tints of Orchid #D16ABC
RGB
CMYK
RGB Variations
Color information
#D16ABC (or 0xD16ABC) is known color: Orchid. HEX triplet: D1, 6A and BC. RGB value is (209,106,188). Sum of RGB (Red+Green+Blue) = 209+106+188=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ABC is #2E9543. Grayscale: #919191. Windows color (decimal): -3052868 or 12348113. OLE color: 12348113.
HSL color Cylindrical-coordinate representation of color #D16ABC: hue angle of 312.23º 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 #D16ABC is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 188 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.18 |
| HSL | 312.23º | 0.53% | 0.62% | - |
| HSV(B) | 312.23º | 0.49% | 0.82% | - |
| XYZ | 40.53 | 27.49 | 50.75 | - |
| YUV | 146.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 188 | 0 | 0.49 | 0.10 | 0.18 | 312.23 | 0.53 | 0.62 |
| Hex | D1 | 6A | BC | 0 | 31 | A | 12 | 138 | 35 | 3E |
| Octal | 321 | 152 | 274 | 0 | 61 | 12 | 22 | 470 | 65 | 76 |
| Binary | 11010001 | 1101010 | 10111100 | 0 | 110001 | 1010 | 10010 | 100111000 | 110101 | 111110 |
Color Harmonies of #D16ABC
Complementary color
Monochromatic Colors of #D16ABC
Black with #D16ABC
Text Example
Text Example
White with #D16ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16ABC; }
p { color: rgb(209,106,188); }
H1.HeaderClassName
{
color: #D16ABC;
}
.AnyTagClassName
{
color: #D16ABC;
}
</style>
background-color css
<style>
a { background-color: #D16ABC; }
a { background-color: rgb(209,106,188); }
div.DivClassName
{
background-color: #D16ABC;
}
.BgClassName
{
background-color: #D16ABC;
}
</style>
border-color css
<style>
span { border-color: #D16ABC; }
span { border-color: rgb(209,106,188); }
td.TdClassName
{
border-color: #D16ABC;
}
.TagClassName
{
border-color: #D16ABC;
}
</style>