Shades of Orchid #D57EBF
Tints of Orchid #D57EBF
RGB
CMYK
RGB Variations
Color information
#D57EBF (or 0xD57EBF) is known color: Orchid. HEX triplet: D5, 7E and BF. RGB value is (213,126,191). Sum of RGB (Red+Green+Blue) = 213+126+191=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57EBF is #2A8140. Grayscale: #9F9F9F. Windows color (decimal): -2785601 or 12549845. OLE color: 12549845.
HSL color Cylindrical-coordinate representation of color #D57EBF: hue angle of 315.17º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57EBF is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 191 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.16 |
| HSL | 315.17º | 0.51% | 0.66% | - |
| HSV(B) | 315.17º | 0.41% | 0.84% | - |
| XYZ | 44.31 | 32.83 | 53.29 | - |
| YUV | 159.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 191 | 0 | 0.41 | 0.10 | 0.16 | 315.17 | 0.51 | 0.66 |
| Hex | D5 | 7E | BF | 0 | 29 | A | 10 | 13B | 33 | 42 |
| Octal | 325 | 176 | 277 | 0 | 51 | 12 | 20 | 473 | 63 | 102 |
| Binary | 11010101 | 1111110 | 10111111 | 0 | 101001 | 1010 | 10000 | 100111011 | 110011 | 1000010 |
Color Harmonies of #D57EBF
Complementary color
Monochromatic Colors of #D57EBF
Black with #D57EBF
Text Example
Text Example
White with #D57EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57EBF; }
p { color: rgb(213,126,191); }
H1.HeaderClassName
{
color: #D57EBF;
}
.AnyTagClassName
{
color: #D57EBF;
}
</style>
background-color css
<style>
a { background-color: #D57EBF; }
a { background-color: rgb(213,126,191); }
div.DivClassName
{
background-color: #D57EBF;
}
.BgClassName
{
background-color: #D57EBF;
}
</style>
border-color css
<style>
span { border-color: #D57EBF; }
span { border-color: rgb(213,126,191); }
td.TdClassName
{
border-color: #D57EBF;
}
.TagClassName
{
border-color: #D57EBF;
}
</style>