Shades of Orchid #D371BC
Tints of Orchid #D371BC
RGB
CMYK
RGB Variations
Color information
#D371BC (or 0xD371BC) is known color: Orchid. HEX triplet: D3, 71 and BC. RGB value is (211,113,188). Sum of RGB (Red+Green+Blue) = 211+113+188=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D371BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D371BC is #2C8E43. Grayscale: #969696. Windows color (decimal): -2920004 or 12349907. OLE color: 12349907.
HSL color Cylindrical-coordinate representation of color #D371BC: hue angle of 314.08º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D371BC is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 113 | 188 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.17 |
| HSL | 314.08º | 0.53% | 0.64% | - |
| HSV(B) | 314.08º | 0.46% | 0.83% | - |
| XYZ | 41.85 | 29.29 | 51.02 | - |
| YUV | 150.85 | 148.97 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 188 | 0 | 0.46 | 0.11 | 0.17 | 314.08 | 0.53 | 0.64 |
| Hex | D3 | 71 | BC | 0 | 2E | B | 11 | 13A | 35 | 40 |
| Octal | 323 | 161 | 274 | 0 | 56 | 13 | 21 | 472 | 65 | 100 |
| Binary | 11010011 | 1110001 | 10111100 | 0 | 101110 | 1011 | 10001 | 100111010 | 110101 | 1000000 |
Color Harmonies of #D371BC
Complementary color
Monochromatic Colors of #D371BC
Black with #D371BC
Text Example
Text Example
White with #D371BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D371BC; }
p { color: rgb(211,113,188); }
H1.HeaderClassName
{
color: #D371BC;
}
.AnyTagClassName
{
color: #D371BC;
}
</style>
background-color css
<style>
a { background-color: #D371BC; }
a { background-color: rgb(211,113,188); }
div.DivClassName
{
background-color: #D371BC;
}
.BgClassName
{
background-color: #D371BC;
}
</style>
border-color css
<style>
span { border-color: #D371BC; }
span { border-color: rgb(211,113,188); }
td.TdClassName
{
border-color: #D371BC;
}
.TagClassName
{
border-color: #D371BC;
}
</style>