Shades of Orchid #D57FBC
Tints of Orchid #D57FBC
RGB
CMYK
RGB Variations
Color information
#D57FBC (or 0xD57FBC) is known color: Orchid. HEX triplet: D5, 7F and BC. RGB value is (213,127,188). Sum of RGB (Red+Green+Blue) = 213+127+188=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FBC is #2A8043. Grayscale: #9F9F9F. Windows color (decimal): -2785348 or 12353493. OLE color: 12353493.
HSL color Cylindrical-coordinate representation of color #D57FBC: hue angle of 317.44º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57FBC is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 188 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.16 |
| HSL | 317.44º | 0.51% | 0.67% | - |
| HSV(B) | 317.44º | 0.4% | 0.84% | - |
| XYZ | 44.11 | 32.96 | 51.61 | - |
| YUV | 159.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 188 | 0 | 0.40 | 0.12 | 0.16 | 317.44 | 0.51 | 0.67 |
| Hex | D5 | 7F | BC | 0 | 28 | C | 10 | 13D | 33 | 43 |
| Octal | 325 | 177 | 274 | 0 | 50 | 14 | 20 | 475 | 63 | 103 |
| Binary | 11010101 | 1111111 | 10111100 | 0 | 101000 | 1100 | 10000 | 100111101 | 110011 | 1000011 |
Color Harmonies of #D57FBC
Complementary color
Monochromatic Colors of #D57FBC
Black with #D57FBC
Text Example
Text Example
White with #D57FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FBC; }
p { color: rgb(213,127,188); }
H1.HeaderClassName
{
color: #D57FBC;
}
.AnyTagClassName
{
color: #D57FBC;
}
</style>
background-color css
<style>
a { background-color: #D57FBC; }
a { background-color: rgb(213,127,188); }
div.DivClassName
{
background-color: #D57FBC;
}
.BgClassName
{
background-color: #D57FBC;
}
</style>
border-color css
<style>
span { border-color: #D57FBC; }
span { border-color: rgb(213,127,188); }
td.TdClassName
{
border-color: #D57FBC;
}
.TagClassName
{
border-color: #D57FBC;
}
</style>