Shades of Orchid #D169D8
Tints of Orchid #D169D8
RGB
CMYK
RGB Variations
Color information
#D169D8 (or 0xD169D8) is known color: Orchid. HEX triplet: D1, 69 and D8. RGB value is (209,105,216). Sum of RGB (Red+Green+Blue) = 209+105+216=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #D169D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169D8 is #2E9627. Grayscale: #949494. Windows color (decimal): -3053096 or 14182865. OLE color: 14182865.
HSL color Cylindrical-coordinate representation of color #D169D8: hue angle of 296.22º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D169D8 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 105 | 216 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.15 |
| HSL | 296.22º | 0.59% | 0.63% | - |
| HSV(B) | 296.22º | 0.51% | 0.85% | - |
| XYZ | 43.74 | 28.62 | 68.18 | - |
| YUV | 148.75 | 165.96 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 216 | 0.03 | 0.51 | 0 | 0.15 | 296.22 | 0.59 | 0.63 |
| Hex | D1 | 69 | D8 | 3 | 33 | 0 | F | 128 | 3B | 3F |
| Octal | 321 | 151 | 330 | 3 | 63 | 0 | 17 | 450 | 73 | 77 |
| Binary | 11010001 | 1101001 | 11011000 | 11 | 110011 | 0 | 1111 | 100101000 | 111011 | 111111 |
Color Harmonies of #D169D8
Complementary color
Monochromatic Colors of #D169D8
Black with #D169D8
Text Example
Text Example
White with #D169D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D169D8; }
p { color: rgb(209,105,216); }
H1.HeaderClassName
{
color: #D169D8;
}
.AnyTagClassName
{
color: #D169D8;
}
</style>
background-color css
<style>
a { background-color: #D169D8; }
a { background-color: rgb(209,105,216); }
div.DivClassName
{
background-color: #D169D8;
}
.BgClassName
{
background-color: #D169D8;
}
</style>
border-color css
<style>
span { border-color: #D169D8; }
span { border-color: rgb(209,105,216); }
td.TdClassName
{
border-color: #D169D8;
}
.TagClassName
{
border-color: #D169D8;
}
</style>