Shades of Orchid #D16AC7
Tints of Orchid #D16AC7
RGB
CMYK
RGB Variations
Color information
#D16AC7 (or 0xD16AC7) is known color: Orchid. HEX triplet: D1, 6A and C7. RGB value is (209,106,199). Sum of RGB (Red+Green+Blue) = 209+106+199=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D16AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16AC7 is #2E9538. Grayscale: #939393. Windows color (decimal): -3052857 or 13069009. OLE color: 13069009.
HSL color Cylindrical-coordinate representation of color #D16AC7: hue angle of 305.83º 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 #D16AC7 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 199 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.18 |
| HSL | 305.83º | 0.53% | 0.62% | - |
| HSV(B) | 305.83º | 0.49% | 0.82% | - |
| XYZ | 41.76 | 27.99 | 57.23 | - |
| YUV | 147.4 | 157.12 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 199 | 0 | 0.49 | 0.05 | 0.18 | 305.83 | 0.53 | 0.62 |
| Hex | D1 | 6A | C7 | 0 | 31 | 5 | 12 | 132 | 35 | 3E |
| Octal | 321 | 152 | 307 | 0 | 61 | 5 | 22 | 462 | 65 | 76 |
| Binary | 11010001 | 1101010 | 11000111 | 0 | 110001 | 101 | 10010 | 100110010 | 110101 | 111110 |
Color Harmonies of #D16AC7
Complementary color
Monochromatic Colors of #D16AC7
Black with #D16AC7
Text Example
Text Example
White with #D16AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16AC7; }
p { color: rgb(209,106,199); }
H1.HeaderClassName
{
color: #D16AC7;
}
.AnyTagClassName
{
color: #D16AC7;
}
</style>
background-color css
<style>
a { background-color: #D16AC7; }
a { background-color: rgb(209,106,199); }
div.DivClassName
{
background-color: #D16AC7;
}
.BgClassName
{
background-color: #D16AC7;
}
</style>
border-color css
<style>
span { border-color: #D16AC7; }
span { border-color: rgb(209,106,199); }
td.TdClassName
{
border-color: #D16AC7;
}
.TagClassName
{
border-color: #D16AC7;
}
</style>