Shades of Orchid #D16FE1
Tints of Orchid #D16FE1
RGB
CMYK
RGB Variations
Color information
#D16FE1 (or 0xD16FE1) is known color: Orchid. HEX triplet: D1, 6F and E1. RGB value is (209,111,225). Sum of RGB (Red+Green+Blue) = 209+111+225=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #D16FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FE1 is #2E901E. Grayscale: #989898. Windows color (decimal): -3051551 or 14774225. OLE color: 14774225.
HSL color Cylindrical-coordinate representation of color #D16FE1: hue angle of 291.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16FE1 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 111 | 225 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.12 |
| HSL | 291.58º | 0.66% | 0.66% | - |
| HSV(B) | 291.58º | 0.51% | 0.88% | - |
| XYZ | 45.57 | 30.36 | 74.69 | - |
| YUV | 153.3 | 168.47 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 225 | 0.07 | 0.51 | 0 | 0.12 | 291.58 | 0.66 | 0.66 |
| Hex | D1 | 6F | E1 | 7 | 33 | 0 | C | 124 | 42 | 42 |
| Octal | 321 | 157 | 341 | 7 | 63 | 0 | 14 | 444 | 102 | 102 |
| Binary | 11010001 | 1101111 | 11100001 | 111 | 110011 | 0 | 1100 | 100100100 | 1000010 | 1000010 |
Color Harmonies of #D16FE1
Complementary color
Monochromatic Colors of #D16FE1
Black with #D16FE1
Text Example
Text Example
White with #D16FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FE1; }
p { color: rgb(209,111,225); }
H1.HeaderClassName
{
color: #D16FE1;
}
.AnyTagClassName
{
color: #D16FE1;
}
</style>
background-color css
<style>
a { background-color: #D16FE1; }
a { background-color: rgb(209,111,225); }
div.DivClassName
{
background-color: #D16FE1;
}
.BgClassName
{
background-color: #D16FE1;
}
</style>
border-color css
<style>
span { border-color: #D16FE1; }
span { border-color: rgb(209,111,225); }
td.TdClassName
{
border-color: #D16FE1;
}
.TagClassName
{
border-color: #D16FE1;
}
</style>