Shades of Orchid #D160E6
Tints of Orchid #D160E6
RGB
CMYK
RGB Variations
Color information
#D160E6 (or 0xD160E6) is known color: Orchid. HEX triplet: D1, 60 and E6. RGB value is (209,96,230). Sum of RGB (Red+Green+Blue) = 209+96+230=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #D160E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D160E6 is #2E9F19. Grayscale: #909090. Windows color (decimal): -3055386 or 15098065. OLE color: 15098065.
HSL color Cylindrical-coordinate representation of color #D160E6: hue angle of 290.6º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D160E6 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 96 | 230 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.10 |
| HSL | 290.6º | 0.73% | 0.64% | - |
| HSV(B) | 290.6º | 0.58% | 0.9% | - |
| XYZ | 44.76 | 27.63 | 77.84 | - |
| YUV | 145.06 | 175.94 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 230 | 0.09 | 0.58 | 0 | 0.10 | 290.6 | 0.73 | 0.64 |
| Hex | D1 | 60 | E6 | 9 | 3A | 0 | A | 123 | 49 | 40 |
| Octal | 321 | 140 | 346 | 11 | 72 | 0 | 12 | 443 | 111 | 100 |
| Binary | 11010001 | 1100000 | 11100110 | 1001 | 111010 | 0 | 1010 | 100100011 | 1001001 | 1000000 |
Color Harmonies of #D160E6
Complementary color
Monochromatic Colors of #D160E6
Black with #D160E6
Text Example
Text Example
White with #D160E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D160E6; }
p { color: rgb(209,96,230); }
H1.HeaderClassName
{
color: #D160E6;
}
.AnyTagClassName
{
color: #D160E6;
}
</style>
background-color css
<style>
a { background-color: #D160E6; }
a { background-color: rgb(209,96,230); }
div.DivClassName
{
background-color: #D160E6;
}
.BgClassName
{
background-color: #D160E6;
}
</style>
border-color css
<style>
span { border-color: #D160E6; }
span { border-color: rgb(209,96,230); }
td.TdClassName
{
border-color: #D160E6;
}
.TagClassName
{
border-color: #D160E6;
}
</style>