Shades of Orchid #D57EDD
Tints of Orchid #D57EDD
RGB
CMYK
RGB Variations
Color information
#D57EDD (or 0xD57EDD) is known color: Orchid. HEX triplet: D5, 7E and DD. RGB value is (213,126,221). Sum of RGB (Red+Green+Blue) = 213+126+221=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #D57EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57EDD is #2A8122. Grayscale: #A2A2A2. Windows color (decimal): -2785571 or 14515925. OLE color: 14515925.
HSL color Cylindrical-coordinate representation of color #D57EDD: hue angle of 294.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57EDD is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 126 | 221 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.13 |
| HSL | 294.95º | 0.58% | 0.68% | - |
| HSV(B) | 294.95º | 0.43% | 0.87% | - |
| XYZ | 47.95 | 34.29 | 72.5 | - |
| YUV | 162.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 221 | 0.04 | 0.43 | 0 | 0.13 | 294.95 | 0.58 | 0.68 |
| Hex | D5 | 7E | DD | 4 | 2B | 0 | D | 127 | 3A | 44 |
| Octal | 325 | 176 | 335 | 4 | 53 | 0 | 15 | 447 | 72 | 104 |
| Binary | 11010101 | 1111110 | 11011101 | 100 | 101011 | 0 | 1101 | 100100111 | 111010 | 1000100 |
Color Harmonies of #D57EDD
Complementary color
Monochromatic Colors of #D57EDD
Black with #D57EDD
Text Example
Text Example
White with #D57EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57EDD; }
p { color: rgb(213,126,221); }
H1.HeaderClassName
{
color: #D57EDD;
}
.AnyTagClassName
{
color: #D57EDD;
}
</style>
background-color css
<style>
a { background-color: #D57EDD; }
a { background-color: rgb(213,126,221); }
div.DivClassName
{
background-color: #D57EDD;
}
.BgClassName
{
background-color: #D57EDD;
}
</style>
border-color css
<style>
span { border-color: #D57EDD; }
span { border-color: rgb(213,126,221); }
td.TdClassName
{
border-color: #D57EDD;
}
.TagClassName
{
border-color: #D57EDD;
}
</style>