Shades of Orchid #D169BC
Tints of Orchid #D169BC
RGB
CMYK
RGB Variations
Color information
#D169BC (or 0xD169BC) is known color: Orchid. HEX triplet: D1, 69 and BC. RGB value is (209,105,188). Sum of RGB (Red+Green+Blue) = 209+105+188=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D169BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169BC is #2E9643. Grayscale: #919191. Windows color (decimal): -3053124 or 12347857. OLE color: 12347857.
HSL color Cylindrical-coordinate representation of color #D169BC: hue angle of 312.12º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D169BC is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 188 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.18 |
| HSL | 312.12º | 0.53% | 0.62% | - |
| HSV(B) | 312.12º | 0.5% | 0.82% | - |
| XYZ | 40.42 | 27.29 | 50.71 | - |
| YUV | 145.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 188 | 0 | 0.50 | 0.10 | 0.18 | 312.12 | 0.53 | 0.62 |
| Hex | D1 | 69 | BC | 0 | 32 | A | 12 | 138 | 35 | 3E |
| Octal | 321 | 151 | 274 | 0 | 62 | 12 | 22 | 470 | 65 | 76 |
| Binary | 11010001 | 1101001 | 10111100 | 0 | 110010 | 1010 | 10010 | 100111000 | 110101 | 111110 |
Color Harmonies of #D169BC
Complementary color
Monochromatic Colors of #D169BC
Black with #D169BC
Text Example
Text Example
White with #D169BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D169BC; }
p { color: rgb(209,105,188); }
H1.HeaderClassName
{
color: #D169BC;
}
.AnyTagClassName
{
color: #D169BC;
}
</style>
background-color css
<style>
a { background-color: #D169BC; }
a { background-color: rgb(209,105,188); }
div.DivClassName
{
background-color: #D169BC;
}
.BgClassName
{
background-color: #D169BC;
}
</style>
border-color css
<style>
span { border-color: #D169BC; }
span { border-color: rgb(209,105,188); }
td.TdClassName
{
border-color: #D169BC;
}
.TagClassName
{
border-color: #D169BC;
}
</style>