Shades of Orchid #D57DE0
Tints of Orchid #D57DE0
RGB
CMYK
RGB Variations
Color information
#D57DE0 (or 0xD57DE0) is known color: Orchid. HEX triplet: D5, 7D and E0. RGB value is (213,125,224). Sum of RGB (Red+Green+Blue) = 213+125+224=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #D57DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DE0 is #2A821F. Grayscale: #A2A2A2. Windows color (decimal): -2785824 or 14712277. OLE color: 14712277.
HSL color Cylindrical-coordinate representation of color #D57DE0: hue angle of 293.33º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57DE0 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 125 | 224 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.12 |
| HSL | 293.33º | 0.61% | 0.68% | - |
| HSV(B) | 293.33º | 0.44% | 0.88% | - |
| XYZ | 48.23 | 34.2 | 74.58 | - |
| YUV | 162.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 224 | 0.05 | 0.44 | 0 | 0.12 | 293.33 | 0.61 | 0.68 |
| Hex | D5 | 7D | E0 | 5 | 2C | 0 | C | 125 | 3D | 44 |
| Octal | 325 | 175 | 340 | 5 | 54 | 0 | 14 | 445 | 75 | 104 |
| Binary | 11010101 | 1111101 | 11100000 | 101 | 101100 | 0 | 1100 | 100100101 | 111101 | 1000100 |
Color Harmonies of #D57DE0
Complementary color
Monochromatic Colors of #D57DE0
Black with #D57DE0
Text Example
Text Example
White with #D57DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DE0; }
p { color: rgb(213,125,224); }
H1.HeaderClassName
{
color: #D57DE0;
}
.AnyTagClassName
{
color: #D57DE0;
}
</style>
background-color css
<style>
a { background-color: #D57DE0; }
a { background-color: rgb(213,125,224); }
div.DivClassName
{
background-color: #D57DE0;
}
.BgClassName
{
background-color: #D57DE0;
}
</style>
border-color css
<style>
span { border-color: #D57DE0; }
span { border-color: rgb(213,125,224); }
td.TdClassName
{
border-color: #D57DE0;
}
.TagClassName
{
border-color: #D57DE0;
}
</style>