Shades of Orchid #D170BE
Tints of Orchid #D170BE
RGB
CMYK
RGB Variations
Color information
#D170BE (or 0xD170BE) is known color: Orchid. HEX triplet: D1, 70 and BE. RGB value is (209,112,190). Sum of RGB (Red+Green+Blue) = 209+112+190=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D170BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170BE is #2E8F41. Grayscale: #959595. Windows color (decimal): -3051330 or 12480721. OLE color: 12480721.
HSL color Cylindrical-coordinate representation of color #D170BE: hue angle of 311.75º 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 #D170BE is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 190 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.18 |
| HSL | 311.75º | 0.51% | 0.63% | - |
| HSV(B) | 311.75º | 0.46% | 0.82% | - |
| XYZ | 41.38 | 28.86 | 52.1 | - |
| YUV | 149.9 | 150.64 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 190 | 0 | 0.46 | 0.09 | 0.18 | 311.75 | 0.51 | 0.63 |
| Hex | D1 | 70 | BE | 0 | 2E | 9 | 12 | 138 | 33 | 3F |
| Octal | 321 | 160 | 276 | 0 | 56 | 11 | 22 | 470 | 63 | 77 |
| Binary | 11010001 | 1110000 | 10111110 | 0 | 101110 | 1001 | 10010 | 100111000 | 110011 | 111111 |
Color Harmonies of #D170BE
Complementary color
Monochromatic Colors of #D170BE
Black with #D170BE
Text Example
Text Example
White with #D170BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D170BE; }
p { color: rgb(209,112,190); }
H1.HeaderClassName
{
color: #D170BE;
}
.AnyTagClassName
{
color: #D170BE;
}
</style>
background-color css
<style>
a { background-color: #D170BE; }
a { background-color: rgb(209,112,190); }
div.DivClassName
{
background-color: #D170BE;
}
.BgClassName
{
background-color: #D170BE;
}
</style>
border-color css
<style>
span { border-color: #D170BE; }
span { border-color: rgb(209,112,190); }
td.TdClassName
{
border-color: #D170BE;
}
.TagClassName
{
border-color: #D170BE;
}
</style>