Shades of Orchid #D16FE3
Tints of Orchid #D16FE3
RGB
CMYK
RGB Variations
Color information
#D16FE3 (or 0xD16FE3) is known color: Orchid. HEX triplet: D1, 6F and E3. RGB value is (209,111,227). Sum of RGB (Red+Green+Blue) = 209+111+227=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 227 (89.06% from 255 or 41.50% from 547); Max value from RGB is 227 - color contains mainly: blue. Hex color #D16FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FE3 is #2E901C. Grayscale: #999999. Windows color (decimal): -3051549 or 14905297. OLE color: 14905297.
HSL color Cylindrical-coordinate representation of color #D16FE3: hue angle of 290.69º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16FE3 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 111 | 227 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.11 |
| HSL | 290.69º | 0.67% | 0.66% | - |
| HSV(B) | 290.69º | 0.51% | 0.89% | - |
| XYZ | 45.84 | 30.47 | 76.14 | - |
| YUV | 153.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 227 | 0.08 | 0.51 | 0 | 0.11 | 290.69 | 0.67 | 0.66 |
| Hex | D1 | 6F | E3 | 8 | 33 | 0 | B | 123 | 43 | 42 |
| Octal | 321 | 157 | 343 | 10 | 63 | 0 | 13 | 443 | 103 | 102 |
| Binary | 11010001 | 1101111 | 11100011 | 1000 | 110011 | 0 | 1011 | 100100011 | 1000011 | 1000010 |
Color Harmonies of #D16FE3
Complementary color
Monochromatic Colors of #D16FE3
Black with #D16FE3
Text Example
Text Example
White with #D16FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FE3; }
p { color: rgb(209,111,227); }
H1.HeaderClassName
{
color: #D16FE3;
}
.AnyTagClassName
{
color: #D16FE3;
}
</style>
background-color css
<style>
a { background-color: #D16FE3; }
a { background-color: rgb(209,111,227); }
div.DivClassName
{
background-color: #D16FE3;
}
.BgClassName
{
background-color: #D16FE3;
}
</style>
border-color css
<style>
span { border-color: #D16FE3; }
span { border-color: rgb(209,111,227); }
td.TdClassName
{
border-color: #D16FE3;
}
.TagClassName
{
border-color: #D16FE3;
}
</style>