Shades of Orchid #D16BDF
Tints of Orchid #D16BDF
RGB
CMYK
RGB Variations
Color information
#D16BDF (or 0xD16BDF) is known color: Orchid. HEX triplet: D1, 6B and DF. RGB value is (209,107,223). Sum of RGB (Red+Green+Blue) = 209+107+223=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #D16BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BDF is #2E9420. Grayscale: #969696. Windows color (decimal): -3052577 or 14642129. OLE color: 14642129.
HSL color Cylindrical-coordinate representation of color #D16BDF: hue angle of 292.76º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16BDF is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 107 | 223 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.13 |
| HSL | 292.76º | 0.64% | 0.65% | - |
| HSV(B) | 292.76º | 0.52% | 0.87% | - |
| XYZ | 44.87 | 29.4 | 73.12 | - |
| YUV | 150.72 | 168.79 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 223 | 0.06 | 0.52 | 0 | 0.13 | 292.76 | 0.64 | 0.65 |
| Hex | D1 | 6B | DF | 6 | 34 | 0 | D | 125 | 40 | 41 |
| Octal | 321 | 153 | 337 | 6 | 64 | 0 | 15 | 445 | 100 | 101 |
| Binary | 11010001 | 1101011 | 11011111 | 110 | 110100 | 0 | 1101 | 100100101 | 1000000 | 1000001 |
Color Harmonies of #D16BDF
Complementary color
Monochromatic Colors of #D16BDF
Black with #D16BDF
Text Example
Text Example
White with #D16BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16BDF; }
p { color: rgb(209,107,223); }
H1.HeaderClassName
{
color: #D16BDF;
}
.AnyTagClassName
{
color: #D16BDF;
}
</style>
background-color css
<style>
a { background-color: #D16BDF; }
a { background-color: rgb(209,107,223); }
div.DivClassName
{
background-color: #D16BDF;
}
.BgClassName
{
background-color: #D16BDF;
}
</style>
border-color css
<style>
span { border-color: #D16BDF; }
span { border-color: rgb(209,107,223); }
td.TdClassName
{
border-color: #D16BDF;
}
.TagClassName
{
border-color: #D16BDF;
}
</style>