Shades of Orchid #D163DD
Tints of Orchid #D163DD
RGB
CMYK
RGB Variations
Color information
#D163DD (or 0xD163DD) is known color: Orchid. HEX triplet: D1, 63 and DD. RGB value is (209,99,221). Sum of RGB (Red+Green+Blue) = 209+99+221=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #D163DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163DD is #2E9C22. Grayscale: #919191. Windows color (decimal): -3054627 or 14509009. OLE color: 14509009.
HSL color Cylindrical-coordinate representation of color #D163DD: hue angle of 294.1º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D163DD is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 99 | 221 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.13 |
| HSL | 294.1º | 0.64% | 0.63% | - |
| HSV(B) | 294.1º | 0.55% | 0.87% | - |
| XYZ | 43.81 | 27.7 | 71.44 | - |
| YUV | 145.8 | 170.44 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 221 | 0.05 | 0.55 | 0 | 0.13 | 294.1 | 0.64 | 0.63 |
| Hex | D1 | 63 | DD | 5 | 37 | 0 | D | 126 | 40 | 3F |
| Octal | 321 | 143 | 335 | 5 | 67 | 0 | 15 | 446 | 100 | 77 |
| Binary | 11010001 | 1100011 | 11011101 | 101 | 110111 | 0 | 1101 | 100100110 | 1000000 | 111111 |
Color Harmonies of #D163DD
Complementary color
Monochromatic Colors of #D163DD
Black with #D163DD
Text Example
Text Example
White with #D163DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D163DD; }
p { color: rgb(209,99,221); }
H1.HeaderClassName
{
color: #D163DD;
}
.AnyTagClassName
{
color: #D163DD;
}
</style>
background-color css
<style>
a { background-color: #D163DD; }
a { background-color: rgb(209,99,221); }
div.DivClassName
{
background-color: #D163DD;
}
.BgClassName
{
background-color: #D163DD;
}
</style>
border-color css
<style>
span { border-color: #D163DD; }
span { border-color: rgb(209,99,221); }
td.TdClassName
{
border-color: #D163DD;
}
.TagClassName
{
border-color: #D163DD;
}
</style>