Shades of Orchid #D170BD
Tints of Orchid #D170BD
RGB
CMYK
RGB Variations
Color information
#D170BD (or 0xD170BD) is known color: Orchid. HEX triplet: D1, 70 and BD. RGB value is (209,112,189). Sum of RGB (Red+Green+Blue) = 209+112+189=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D170BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170BD is #2E8F42. Grayscale: #959595. Windows color (decimal): -3051331 or 12415185. OLE color: 12415185.
HSL color Cylindrical-coordinate representation of color #D170BD: hue angle of 312.37º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D170BD is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 189 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.18 |
| HSL | 312.37º | 0.51% | 0.63% | - |
| HSV(B) | 312.37º | 0.46% | 0.82% | - |
| XYZ | 41.27 | 28.82 | 51.53 | - |
| YUV | 149.78 | 150.14 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 189 | 0 | 0.46 | 0.10 | 0.18 | 312.37 | 0.51 | 0.63 |
| Hex | D1 | 70 | BD | 0 | 2E | A | 12 | 138 | 33 | 3F |
| Octal | 321 | 160 | 275 | 0 | 56 | 12 | 22 | 470 | 63 | 77 |
| Binary | 11010001 | 1110000 | 10111101 | 0 | 101110 | 1010 | 10010 | 100111000 | 110011 | 111111 |
Color Harmonies of #D170BD
Complementary color
Monochromatic Colors of #D170BD
Black with #D170BD
Text Example
Text Example
White with #D170BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D170BD; }
p { color: rgb(209,112,189); }
H1.HeaderClassName
{
color: #D170BD;
}
.AnyTagClassName
{
color: #D170BD;
}
</style>
background-color css
<style>
a { background-color: #D170BD; }
a { background-color: rgb(209,112,189); }
div.DivClassName
{
background-color: #D170BD;
}
.BgClassName
{
background-color: #D170BD;
}
</style>
border-color css
<style>
span { border-color: #D170BD; }
span { border-color: rgb(209,112,189); }
td.TdClassName
{
border-color: #D170BD;
}
.TagClassName
{
border-color: #D170BD;
}
</style>