Shades of Orchid #D16FE5
Tints of Orchid #D16FE5
RGB
CMYK
RGB Variations
Color information
#D16FE5 (or 0xD16FE5) is known color: Orchid. HEX triplet: D1, 6F and E5. RGB value is (209,111,229). Sum of RGB (Red+Green+Blue) = 209+111+229=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #D16FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FE5 is #2E901A. Grayscale: #999999. Windows color (decimal): -3051547 or 15036369. OLE color: 15036369.
HSL color Cylindrical-coordinate representation of color #D16FE5: hue angle of 289.83º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16FE5 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 111 | 229 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.10 |
| HSL | 289.83º | 0.69% | 0.67% | - |
| HSV(B) | 289.83º | 0.52% | 0.9% | - |
| XYZ | 46.12 | 30.58 | 77.6 | - |
| YUV | 153.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 229 | 0.09 | 0.52 | 0 | 0.10 | 289.83 | 0.69 | 0.67 |
| Hex | D1 | 6F | E5 | 9 | 34 | 0 | A | 122 | 45 | 43 |
| Octal | 321 | 157 | 345 | 11 | 64 | 0 | 12 | 442 | 105 | 103 |
| Binary | 11010001 | 1101111 | 11100101 | 1001 | 110100 | 0 | 1010 | 100100010 | 1000101 | 1000011 |
Color Harmonies of #D16FE5
Complementary color
Monochromatic Colors of #D16FE5
Black with #D16FE5
Text Example
Text Example
White with #D16FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FE5; }
p { color: rgb(209,111,229); }
H1.HeaderClassName
{
color: #D16FE5;
}
.AnyTagClassName
{
color: #D16FE5;
}
</style>
background-color css
<style>
a { background-color: #D16FE5; }
a { background-color: rgb(209,111,229); }
div.DivClassName
{
background-color: #D16FE5;
}
.BgClassName
{
background-color: #D16FE5;
}
</style>
border-color css
<style>
span { border-color: #D16FE5; }
span { border-color: rgb(209,111,229); }
td.TdClassName
{
border-color: #D16FE5;
}
.TagClassName
{
border-color: #D16FE5;
}
</style>