Shades of Orchid #D17BDB
Tints of Orchid #D17BDB
RGB
CMYK
RGB Variations
Color information
#D17BDB (or 0xD17BDB) is known color: Orchid. HEX triplet: D1, 7B and DB. RGB value is (209,123,219). Sum of RGB (Red+Green+Blue) = 209+123+219=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #D17BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17BDB is #2E8424. Grayscale: #9F9F9F. Windows color (decimal): -3048485 or 14384081. OLE color: 14384081.
HSL color Cylindrical-coordinate representation of color #D17BDB: hue angle of 293.75º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17BDB is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 123 | 219 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.14 |
| HSL | 293.75º | 0.57% | 0.67% | - |
| HSV(B) | 293.75º | 0.44% | 0.86% | - |
| XYZ | 46.16 | 32.84 | 70.92 | - |
| YUV | 159.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 123 | 219 | 0.05 | 0.44 | 0 | 0.14 | 293.75 | 0.57 | 0.67 |
| Hex | D1 | 7B | DB | 5 | 2C | 0 | E | 126 | 39 | 43 |
| Octal | 321 | 173 | 333 | 5 | 54 | 0 | 16 | 446 | 71 | 103 |
| Binary | 11010001 | 1111011 | 11011011 | 101 | 101100 | 0 | 1110 | 100100110 | 111001 | 1000011 |
Color Harmonies of #D17BDB
Complementary color
Monochromatic Colors of #D17BDB
Black with #D17BDB
Text Example
Text Example
White with #D17BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17BDB; }
p { color: rgb(209,123,219); }
H1.HeaderClassName
{
color: #D17BDB;
}
.AnyTagClassName
{
color: #D17BDB;
}
</style>
background-color css
<style>
a { background-color: #D17BDB; }
a { background-color: rgb(209,123,219); }
div.DivClassName
{
background-color: #D17BDB;
}
.BgClassName
{
background-color: #D17BDB;
}
</style>
border-color css
<style>
span { border-color: #D17BDB; }
span { border-color: rgb(209,123,219); }
td.TdClassName
{
border-color: #D17BDB;
}
.TagClassName
{
border-color: #D17BDB;
}
</style>