Shades of Orchid #D164DB
Tints of Orchid #D164DB
RGB
CMYK
RGB Variations
Color information
#D164DB (or 0xD164DB) is known color: Orchid. HEX triplet: D1, 64 and DB. RGB value is (209,100,219). Sum of RGB (Red+Green+Blue) = 209+100+219=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #D164DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164DB is #2E9B24. Grayscale: #919191. Windows color (decimal): -3054373 or 14378193. OLE color: 14378193.
HSL color Cylindrical-coordinate representation of color #D164DB: hue angle of 294.96º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D164DB is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 100 | 219 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.14 |
| HSL | 294.96º | 0.62% | 0.63% | - |
| HSV(B) | 294.96º | 0.54% | 0.86% | - |
| XYZ | 43.64 | 27.78 | 70.08 | - |
| YUV | 146.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 219 | 0.05 | 0.54 | 0 | 0.14 | 294.96 | 0.62 | 0.63 |
| Hex | D1 | 64 | DB | 5 | 36 | 0 | E | 127 | 3E | 3F |
| Octal | 321 | 144 | 333 | 5 | 66 | 0 | 16 | 447 | 76 | 77 |
| Binary | 11010001 | 1100100 | 11011011 | 101 | 110110 | 0 | 1110 | 100100111 | 111110 | 111111 |
Color Harmonies of #D164DB
Complementary color
Monochromatic Colors of #D164DB
Black with #D164DB
Text Example
Text Example
White with #D164DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D164DB; }
p { color: rgb(209,100,219); }
H1.HeaderClassName
{
color: #D164DB;
}
.AnyTagClassName
{
color: #D164DB;
}
</style>
background-color css
<style>
a { background-color: #D164DB; }
a { background-color: rgb(209,100,219); }
div.DivClassName
{
background-color: #D164DB;
}
.BgClassName
{
background-color: #D164DB;
}
</style>
border-color css
<style>
span { border-color: #D164DB; }
span { border-color: rgb(209,100,219); }
td.TdClassName
{
border-color: #D164DB;
}
.TagClassName
{
border-color: #D164DB;
}
</style>