Shades of Orchid #D169D7
Tints of Orchid #D169D7
RGB
CMYK
RGB Variations
Color information
#D169D7 (or 0xD169D7) is known color: Orchid. HEX triplet: D1, 69 and D7. RGB value is (209,105,215). Sum of RGB (Red+Green+Blue) = 209+105+215=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #D169D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169D7 is #2E9628. Grayscale: #949494. Windows color (decimal): -3053097 or 14117329. OLE color: 14117329.
HSL color Cylindrical-coordinate representation of color #D169D7: hue angle of 296.73º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D169D7 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 105 | 215 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.16 |
| HSL | 296.73º | 0.58% | 0.63% | - |
| HSV(B) | 296.73º | 0.51% | 0.84% | - |
| XYZ | 43.61 | 28.56 | 67.5 | - |
| YUV | 148.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 215 | 0.03 | 0.51 | 0 | 0.16 | 296.73 | 0.58 | 0.63 |
| Hex | D1 | 69 | D7 | 3 | 33 | 0 | 10 | 129 | 3A | 3F |
| Octal | 321 | 151 | 327 | 3 | 63 | 0 | 20 | 451 | 72 | 77 |
| Binary | 11010001 | 1101001 | 11010111 | 11 | 110011 | 0 | 10000 | 100101001 | 111010 | 111111 |
Color Harmonies of #D169D7
Complementary color
Monochromatic Colors of #D169D7
Black with #D169D7
Text Example
Text Example
White with #D169D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D169D7; }
p { color: rgb(209,105,215); }
H1.HeaderClassName
{
color: #D169D7;
}
.AnyTagClassName
{
color: #D169D7;
}
</style>
background-color css
<style>
a { background-color: #D169D7; }
a { background-color: rgb(209,105,215); }
div.DivClassName
{
background-color: #D169D7;
}
.BgClassName
{
background-color: #D169D7;
}
</style>
border-color css
<style>
span { border-color: #D169D7; }
span { border-color: rgb(209,105,215); }
td.TdClassName
{
border-color: #D169D7;
}
.TagClassName
{
border-color: #D169D7;
}
</style>