Shades of Orchid #D169DB
Tints of Orchid #D169DB
RGB
CMYK
RGB Variations
Color information
#D169DB (or 0xD169DB) is known color: Orchid. HEX triplet: D1, 69 and DB. RGB value is (209,105,219). Sum of RGB (Red+Green+Blue) = 209+105+219=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #D169DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169DB is #2E9624. Grayscale: #949494. Windows color (decimal): -3053093 or 14379473. OLE color: 14379473.
HSL color Cylindrical-coordinate representation of color #D169DB: hue angle of 294.74º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D169DB is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 105 | 219 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.14 |
| HSL | 294.74º | 0.61% | 0.64% | - |
| HSV(B) | 294.74º | 0.52% | 0.86% | - |
| XYZ | 44.13 | 28.77 | 70.25 | - |
| YUV | 149.09 | 167.46 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 219 | 0.05 | 0.52 | 0 | 0.14 | 294.74 | 0.61 | 0.64 |
| Hex | D1 | 69 | DB | 5 | 34 | 0 | E | 127 | 3D | 40 |
| Octal | 321 | 151 | 333 | 5 | 64 | 0 | 16 | 447 | 75 | 100 |
| Binary | 11010001 | 1101001 | 11011011 | 101 | 110100 | 0 | 1110 | 100100111 | 111101 | 1000000 |
Color Harmonies of #D169DB
Complementary color
Monochromatic Colors of #D169DB
Black with #D169DB
Text Example
Text Example
White with #D169DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D169DB; }
p { color: rgb(209,105,219); }
H1.HeaderClassName
{
color: #D169DB;
}
.AnyTagClassName
{
color: #D169DB;
}
</style>
background-color css
<style>
a { background-color: #D169DB; }
a { background-color: rgb(209,105,219); }
div.DivClassName
{
background-color: #D169DB;
}
.BgClassName
{
background-color: #D169DB;
}
</style>
border-color css
<style>
span { border-color: #D169DB; }
span { border-color: rgb(209,105,219); }
td.TdClassName
{
border-color: #D169DB;
}
.TagClassName
{
border-color: #D169DB;
}
</style>