Shades of Orchid #D16DE0
Tints of Orchid #D16DE0
RGB
CMYK
RGB Variations
Color information
#D16DE0 (or 0xD16DE0) is known color: Orchid. HEX triplet: D1, 6D and E0. RGB value is (209,109,224). Sum of RGB (Red+Green+Blue) = 209+109+224=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #D16DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DE0 is #2E921F. Grayscale: #979797. Windows color (decimal): -3052064 or 14708177. OLE color: 14708177.
HSL color Cylindrical-coordinate representation of color #D16DE0: hue angle of 292.17º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16DE0 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 109 | 224 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.12 |
| HSL | 292.17º | 0.65% | 0.65% | - |
| HSV(B) | 292.17º | 0.51% | 0.88% | - |
| XYZ | 45.22 | 29.87 | 73.9 | - |
| YUV | 152.01 | 168.63 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 224 | 0.07 | 0.51 | 0 | 0.12 | 292.17 | 0.65 | 0.65 |
| Hex | D1 | 6D | E0 | 7 | 33 | 0 | C | 124 | 41 | 41 |
| Octal | 321 | 155 | 340 | 7 | 63 | 0 | 14 | 444 | 101 | 101 |
| Binary | 11010001 | 1101101 | 11100000 | 111 | 110011 | 0 | 1100 | 100100100 | 1000001 | 1000001 |
Color Harmonies of #D16DE0
Complementary color
Monochromatic Colors of #D16DE0
Black with #D16DE0
Text Example
Text Example
White with #D16DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16DE0; }
p { color: rgb(209,109,224); }
H1.HeaderClassName
{
color: #D16DE0;
}
.AnyTagClassName
{
color: #D16DE0;
}
</style>
background-color css
<style>
a { background-color: #D16DE0; }
a { background-color: rgb(209,109,224); }
div.DivClassName
{
background-color: #D16DE0;
}
.BgClassName
{
background-color: #D16DE0;
}
</style>
border-color css
<style>
span { border-color: #D16DE0; }
span { border-color: rgb(209,109,224); }
td.TdClassName
{
border-color: #D16DE0;
}
.TagClassName
{
border-color: #D16DE0;
}
</style>