Shades of Orchid #D16ACC
Tints of Orchid #D16ACC
RGB
CMYK
RGB Variations
Color information
#D16ACC (or 0xD16ACC) is known color: Orchid. HEX triplet: D1, 6A and CC. RGB value is (209,106,204). Sum of RGB (Red+Green+Blue) = 209+106+204=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ACC is #2E9533. Grayscale: #939393. Windows color (decimal): -3052852 or 13396689. OLE color: 13396689.
HSL color Cylindrical-coordinate representation of color #D16ACC: hue angle of 302.91º 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 #D16ACC is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 204 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.18 |
| HSL | 302.91º | 0.53% | 0.62% | - |
| HSV(B) | 302.91º | 0.49% | 0.82% | - |
| XYZ | 42.35 | 28.22 | 60.34 | - |
| YUV | 147.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 204 | 0 | 0.49 | 0.02 | 0.18 | 302.91 | 0.53 | 0.62 |
| Hex | D1 | 6A | CC | 0 | 31 | 2 | 12 | 12F | 35 | 3E |
| Octal | 321 | 152 | 314 | 0 | 61 | 2 | 22 | 457 | 65 | 76 |
| Binary | 11010001 | 1101010 | 11001100 | 0 | 110001 | 10 | 10010 | 100101111 | 110101 | 111110 |
Color Harmonies of #D16ACC
Complementary color
Monochromatic Colors of #D16ACC
Black with #D16ACC
Text Example
Text Example
White with #D16ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16ACC; }
p { color: rgb(209,106,204); }
H1.HeaderClassName
{
color: #D16ACC;
}
.AnyTagClassName
{
color: #D16ACC;
}
</style>
background-color css
<style>
a { background-color: #D16ACC; }
a { background-color: rgb(209,106,204); }
div.DivClassName
{
background-color: #D16ACC;
}
.BgClassName
{
background-color: #D16ACC;
}
</style>
border-color css
<style>
span { border-color: #D16ACC; }
span { border-color: rgb(209,106,204); }
td.TdClassName
{
border-color: #D16ACC;
}
.TagClassName
{
border-color: #D16ACC;
}
</style>