Shades of Orchid #D57EC7
Tints of Orchid #D57EC7
RGB
CMYK
RGB Variations
Color information
#D57EC7 (or 0xD57EC7) is known color: Orchid. HEX triplet: D5, 7E and C7. RGB value is (213,126,199). Sum of RGB (Red+Green+Blue) = 213+126+199=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57EC7 is #2A8138. Grayscale: #A0A0A0. Windows color (decimal): -2785593 or 13074133. OLE color: 13074133.
HSL color Cylindrical-coordinate representation of color #D57EC7: hue angle of 309.66º 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 #D57EC7 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 199 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.16 |
| HSL | 309.66º | 0.51% | 0.66% | - |
| HSV(B) | 309.66º | 0.41% | 0.84% | - |
| XYZ | 45.21 | 33.19 | 58.06 | - |
| YUV | 160.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 199 | 0 | 0.41 | 0.07 | 0.16 | 309.66 | 0.51 | 0.66 |
| Hex | D5 | 7E | C7 | 0 | 29 | 7 | 10 | 136 | 33 | 42 |
| Octal | 325 | 176 | 307 | 0 | 51 | 7 | 20 | 466 | 63 | 102 |
| Binary | 11010101 | 1111110 | 11000111 | 0 | 101001 | 111 | 10000 | 100110110 | 110011 | 1000010 |
Color Harmonies of #D57EC7
Complementary color
Monochromatic Colors of #D57EC7
Black with #D57EC7
Text Example
Text Example
White with #D57EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57EC7; }
p { color: rgb(213,126,199); }
H1.HeaderClassName
{
color: #D57EC7;
}
.AnyTagClassName
{
color: #D57EC7;
}
</style>
background-color css
<style>
a { background-color: #D57EC7; }
a { background-color: rgb(213,126,199); }
div.DivClassName
{
background-color: #D57EC7;
}
.BgClassName
{
background-color: #D57EC7;
}
</style>
border-color css
<style>
span { border-color: #D57EC7; }
span { border-color: rgb(213,126,199); }
td.TdClassName
{
border-color: #D57EC7;
}
.TagClassName
{
border-color: #D57EC7;
}
</style>