Shades of Orchid #D164DF
Tints of Orchid #D164DF
RGB
CMYK
RGB Variations
Color information
#D164DF (or 0xD164DF) is known color: Orchid. HEX triplet: D1, 64 and DF. RGB value is (209,100,223). Sum of RGB (Red+Green+Blue) = 209+100+223=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #D164DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164DF is #2E9B20. Grayscale: #929292. Windows color (decimal): -3054369 or 14640337. OLE color: 14640337.
HSL color Cylindrical-coordinate representation of color #D164DF: hue angle of 293.17º degrees, saturation: 0.66, 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 #D164DF is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 100 | 223 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.13 |
| HSL | 293.17º | 0.66% | 0.63% | - |
| HSV(B) | 293.17º | 0.55% | 0.87% | - |
| XYZ | 44.17 | 28 | 72.89 | - |
| YUV | 146.61 | 171.11 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 223 | 0.06 | 0.55 | 0 | 0.13 | 293.17 | 0.66 | 0.63 |
| Hex | D1 | 64 | DF | 6 | 37 | 0 | D | 125 | 42 | 3F |
| Octal | 321 | 144 | 337 | 6 | 67 | 0 | 15 | 445 | 102 | 77 |
| Binary | 11010001 | 1100100 | 11011111 | 110 | 110111 | 0 | 1101 | 100100101 | 1000010 | 111111 |
Color Harmonies of #D164DF
Complementary color
Monochromatic Colors of #D164DF
Black with #D164DF
Text Example
Text Example
White with #D164DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D164DF; }
p { color: rgb(209,100,223); }
H1.HeaderClassName
{
color: #D164DF;
}
.AnyTagClassName
{
color: #D164DF;
}
</style>
background-color css
<style>
a { background-color: #D164DF; }
a { background-color: rgb(209,100,223); }
div.DivClassName
{
background-color: #D164DF;
}
.BgClassName
{
background-color: #D164DF;
}
</style>
border-color css
<style>
span { border-color: #D164DF; }
span { border-color: rgb(209,100,223); }
td.TdClassName
{
border-color: #D164DF;
}
.TagClassName
{
border-color: #D164DF;
}
</style>