Shades of Orchid #D57EDA
Tints of Orchid #D57EDA
RGB
CMYK
RGB Variations
Color information
#D57EDA (or 0xD57EDA) is known color: Orchid. HEX triplet: D5, 7E and DA. RGB value is (213,126,218). Sum of RGB (Red+Green+Blue) = 213+126+218=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #D57EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57EDA is #2A8125. Grayscale: #A2A2A2. Windows color (decimal): -2785574 or 14319317. OLE color: 14319317.
HSL color Cylindrical-coordinate representation of color #D57EDA: hue angle of 296.74º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57EDA is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 126 | 218 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.15 |
| HSL | 296.74º | 0.55% | 0.67% | - |
| HSV(B) | 296.74º | 0.42% | 0.85% | - |
| XYZ | 47.56 | 34.13 | 70.41 | - |
| YUV | 162.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 218 | 0.02 | 0.42 | 0 | 0.15 | 296.74 | 0.55 | 0.67 |
| Hex | D5 | 7E | DA | 2 | 2A | 0 | F | 129 | 37 | 43 |
| Octal | 325 | 176 | 332 | 2 | 52 | 0 | 17 | 451 | 67 | 103 |
| Binary | 11010101 | 1111110 | 11011010 | 10 | 101010 | 0 | 1111 | 100101001 | 110111 | 1000011 |
Color Harmonies of #D57EDA
Complementary color
Monochromatic Colors of #D57EDA
Black with #D57EDA
Text Example
Text Example
White with #D57EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57EDA; }
p { color: rgb(213,126,218); }
H1.HeaderClassName
{
color: #D57EDA;
}
.AnyTagClassName
{
color: #D57EDA;
}
</style>
background-color css
<style>
a { background-color: #D57EDA; }
a { background-color: rgb(213,126,218); }
div.DivClassName
{
background-color: #D57EDA;
}
.BgClassName
{
background-color: #D57EDA;
}
</style>
border-color css
<style>
span { border-color: #D57EDA; }
span { border-color: rgb(213,126,218); }
td.TdClassName
{
border-color: #D57EDA;
}
.TagClassName
{
border-color: #D57EDA;
}
</style>