Shades of Orchid #D57AD8
Tints of Orchid #D57AD8
RGB
CMYK
RGB Variations
Color information
#D57AD8 (or 0xD57AD8) is known color: Orchid. HEX triplet: D5, 7A and D8. RGB value is (213,122,216). Sum of RGB (Red+Green+Blue) = 213+122+216=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 216 - color contains mainly: blue. Hex color #D57AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57AD8 is #2A8527. Grayscale: #9F9F9F. Windows color (decimal): -2786600 or 14187221. OLE color: 14187221.
HSL color Cylindrical-coordinate representation of color #D57AD8: hue angle of 298.09º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57AD8 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 122 | 216 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.15 |
| HSL | 298.09º | 0.55% | 0.66% | - |
| HSV(B) | 298.09º | 0.44% | 0.85% | - |
| XYZ | 46.79 | 33.02 | 68.87 | - |
| YUV | 159.93 | 159.65 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 216 | 0.01 | 0.44 | 0 | 0.15 | 298.09 | 0.55 | 0.66 |
| Hex | D5 | 7A | D8 | 1 | 2C | 0 | F | 12A | 37 | 42 |
| Octal | 325 | 172 | 330 | 1 | 54 | 0 | 17 | 452 | 67 | 102 |
| Binary | 11010101 | 1111010 | 11011000 | 1 | 101100 | 0 | 1111 | 100101010 | 110111 | 1000010 |
Color Harmonies of #D57AD8
Complementary color
Monochromatic Colors of #D57AD8
Black with #D57AD8
Text Example
Text Example
White with #D57AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57AD8; }
p { color: rgb(213,122,216); }
H1.HeaderClassName
{
color: #D57AD8;
}
.AnyTagClassName
{
color: #D57AD8;
}
</style>
background-color css
<style>
a { background-color: #D57AD8; }
a { background-color: rgb(213,122,216); }
div.DivClassName
{
background-color: #D57AD8;
}
.BgClassName
{
background-color: #D57AD8;
}
</style>
border-color css
<style>
span { border-color: #D57AD8; }
span { border-color: rgb(213,122,216); }
td.TdClassName
{
border-color: #D57AD8;
}
.TagClassName
{
border-color: #D57AD8;
}
</style>