Shades of Orchid #D163DF
Tints of Orchid #D163DF
RGB
CMYK
RGB Variations
Color information
#D163DF (or 0xD163DF) is known color: Orchid. HEX triplet: D1, 63 and DF. RGB value is (209,99,223). Sum of RGB (Red+Green+Blue) = 209+99+223=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #D163DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163DF is #2E9C20. Grayscale: #919191. Windows color (decimal): -3054625 or 14640081. OLE color: 14640081.
HSL color Cylindrical-coordinate representation of color #D163DF: hue angle of 293.23º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D163DF is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 99 | 223 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.13 |
| HSL | 293.23º | 0.66% | 0.63% | - |
| HSV(B) | 293.23º | 0.56% | 0.87% | - |
| XYZ | 44.08 | 27.81 | 72.86 | - |
| YUV | 146.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 223 | 0.06 | 0.56 | 0 | 0.13 | 293.23 | 0.66 | 0.63 |
| Hex | D1 | 63 | DF | 6 | 38 | 0 | D | 125 | 42 | 3F |
| Octal | 321 | 143 | 337 | 6 | 70 | 0 | 15 | 445 | 102 | 77 |
| Binary | 11010001 | 1100011 | 11011111 | 110 | 111000 | 0 | 1101 | 100100101 | 1000010 | 111111 |
Color Harmonies of #D163DF
Complementary color
Monochromatic Colors of #D163DF
Black with #D163DF
Text Example
Text Example
White with #D163DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D163DF; }
p { color: rgb(209,99,223); }
H1.HeaderClassName
{
color: #D163DF;
}
.AnyTagClassName
{
color: #D163DF;
}
</style>
background-color css
<style>
a { background-color: #D163DF; }
a { background-color: rgb(209,99,223); }
div.DivClassName
{
background-color: #D163DF;
}
.BgClassName
{
background-color: #D163DF;
}
</style>
border-color css
<style>
span { border-color: #D163DF; }
span { border-color: rgb(209,99,223); }
td.TdClassName
{
border-color: #D163DF;
}
.TagClassName
{
border-color: #D163DF;
}
</style>