Shades of Orchid #D163D0
Tints of Orchid #D163D0
RGB
CMYK
RGB Variations
Color information
#D163D0 (or 0xD163D0) is known color: Orchid. HEX triplet: D1, 63 and D0. RGB value is (209,99,208). Sum of RGB (Red+Green+Blue) = 209+99+208=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D163D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163D0 is #2E9C2F. Grayscale: #8F8F8F. Windows color (decimal): -3054640 or 13657041. OLE color: 13657041.
HSL color Cylindrical-coordinate representation of color #D163D0: hue angle of 300.55º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D163D0 is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 208 | - |
| CMYK | 0 | 0.53 | 0.00 | 0.18 |
| HSL | 300.55º | 0.54% | 0.6% | - |
| HSV(B) | 300.55º | 0.53% | 0.82% | - |
| XYZ | 42.14 | 27.03 | 62.67 | - |
| YUV | 144.32 | 163.94 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 208 | 0 | 0.53 | 0.00 | 0.18 | 300.55 | 0.54 | 0.6 |
| Hex | D1 | 63 | D0 | 0 | 35 | 0 | 12 | 12D | 36 | 3C |
| Octal | 321 | 143 | 320 | 0 | 65 | 0 | 22 | 455 | 66 | 74 |
| Binary | 11010001 | 1100011 | 11010000 | 0 | 110101 | 0 | 10010 | 100101101 | 110110 | 111100 |
Color Harmonies of #D163D0
Complementary color
Monochromatic Colors of #D163D0
Black with #D163D0
Text Example
Text Example
White with #D163D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D163D0; }
p { color: rgb(209,99,208); }
H1.HeaderClassName
{
color: #D163D0;
}
.AnyTagClassName
{
color: #D163D0;
}
</style>
background-color css
<style>
a { background-color: #D163D0; }
a { background-color: rgb(209,99,208); }
div.DivClassName
{
background-color: #D163D0;
}
.BgClassName
{
background-color: #D163D0;
}
</style>
border-color css
<style>
span { border-color: #D163D0; }
span { border-color: rgb(209,99,208); }
td.TdClassName
{
border-color: #D163D0;
}
.TagClassName
{
border-color: #D163D0;
}
</style>