Shades of Orchid #D57ED1
Tints of Orchid #D57ED1
RGB
CMYK
RGB Variations
Color information
#D57ED1 (or 0xD57ED1) is known color: Orchid. HEX triplet: D5, 7E and D1. RGB value is (213,126,209). Sum of RGB (Red+Green+Blue) = 213+126+209=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D57ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ED1 is #2A812E. Grayscale: #A1A1A1. Windows color (decimal): -2785583 or 13729493. OLE color: 13729493.
HSL color Cylindrical-coordinate representation of color #D57ED1: hue angle of 302.76º 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 #D57ED1 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 209 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.16 |
| HSL | 302.76º | 0.51% | 0.66% | - |
| HSV(B) | 302.76º | 0.41% | 0.84% | - |
| XYZ | 46.41 | 33.67 | 64.37 | - |
| YUV | 161.48 | 154.82 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 209 | 0 | 0.41 | 0.02 | 0.16 | 302.76 | 0.51 | 0.66 |
| Hex | D5 | 7E | D1 | 0 | 29 | 2 | 10 | 12F | 33 | 42 |
| Octal | 325 | 176 | 321 | 0 | 51 | 2 | 20 | 457 | 63 | 102 |
| Binary | 11010101 | 1111110 | 11010001 | 0 | 101001 | 10 | 10000 | 100101111 | 110011 | 1000010 |
Color Harmonies of #D57ED1
Complementary color
Monochromatic Colors of #D57ED1
Black with #D57ED1
Text Example
Text Example
White with #D57ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57ED1; }
p { color: rgb(213,126,209); }
H1.HeaderClassName
{
color: #D57ED1;
}
.AnyTagClassName
{
color: #D57ED1;
}
</style>
background-color css
<style>
a { background-color: #D57ED1; }
a { background-color: rgb(213,126,209); }
div.DivClassName
{
background-color: #D57ED1;
}
.BgClassName
{
background-color: #D57ED1;
}
</style>
border-color css
<style>
span { border-color: #D57ED1; }
span { border-color: rgb(213,126,209); }
td.TdClassName
{
border-color: #D57ED1;
}
.TagClassName
{
border-color: #D57ED1;
}
</style>