Shades of Orchid #D57ECF
Tints of Orchid #D57ECF
RGB
CMYK
RGB Variations
Color information
#D57ECF (or 0xD57ECF) is known color: Orchid. HEX triplet: D5, 7E and CF. RGB value is (213,126,207). Sum of RGB (Red+Green+Blue) = 213+126+207=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D57ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ECF is #2A8130. Grayscale: #A1A1A1. Windows color (decimal): -2785585 or 13598421. OLE color: 13598421.
HSL color Cylindrical-coordinate representation of color #D57ECF: hue angle of 304.14º 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 #D57ECF is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 207 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.16 |
| HSL | 304.14º | 0.51% | 0.66% | - |
| HSV(B) | 304.14º | 0.41% | 0.84% | - |
| XYZ | 46.16 | 33.57 | 63.08 | - |
| YUV | 161.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 207 | 0 | 0.41 | 0.03 | 0.16 | 304.14 | 0.51 | 0.66 |
| Hex | D5 | 7E | CF | 0 | 29 | 3 | 10 | 130 | 33 | 42 |
| Octal | 325 | 176 | 317 | 0 | 51 | 3 | 20 | 460 | 63 | 102 |
| Binary | 11010101 | 1111110 | 11001111 | 0 | 101001 | 11 | 10000 | 100110000 | 110011 | 1000010 |
Color Harmonies of #D57ECF
Complementary color
Monochromatic Colors of #D57ECF
Black with #D57ECF
Text Example
Text Example
White with #D57ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57ECF; }
p { color: rgb(213,126,207); }
H1.HeaderClassName
{
color: #D57ECF;
}
.AnyTagClassName
{
color: #D57ECF;
}
</style>
background-color css
<style>
a { background-color: #D57ECF; }
a { background-color: rgb(213,126,207); }
div.DivClassName
{
background-color: #D57ECF;
}
.BgClassName
{
background-color: #D57ECF;
}
</style>
border-color css
<style>
span { border-color: #D57ECF; }
span { border-color: rgb(213,126,207); }
td.TdClassName
{
border-color: #D57ECF;
}
.TagClassName
{
border-color: #D57ECF;
}
</style>