Shades of Orchid #D57ABB
Tints of Orchid #D57ABB
RGB
CMYK
RGB Variations
Color information
#D57ABB (or 0xD57ABB) is known color: Orchid. HEX triplet: D5, 7A and BB. RGB value is (213,122,187). Sum of RGB (Red+Green+Blue) = 213+122+187=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D57ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ABB is #2A8544. Grayscale: #9C9C9C. Windows color (decimal): -2786629 or 12286677. OLE color: 12286677.
HSL color Cylindrical-coordinate representation of color #D57ABB: hue angle of 317.14º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57ABB is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 187 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.16 |
| HSL | 317.14º | 0.52% | 0.66% | - |
| HSV(B) | 317.14º | 0.43% | 0.84% | - |
| XYZ | 43.37 | 31.65 | 50.84 | - |
| YUV | 156.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 187 | 0 | 0.43 | 0.12 | 0.16 | 317.14 | 0.52 | 0.66 |
| Hex | D5 | 7A | BB | 0 | 2B | C | 10 | 13D | 34 | 42 |
| Octal | 325 | 172 | 273 | 0 | 53 | 14 | 20 | 475 | 64 | 102 |
| Binary | 11010101 | 1111010 | 10111011 | 0 | 101011 | 1100 | 10000 | 100111101 | 110100 | 1000010 |
Color Harmonies of #D57ABB
Complementary color
Monochromatic Colors of #D57ABB
Black with #D57ABB
Text Example
Text Example
White with #D57ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57ABB; }
p { color: rgb(213,122,187); }
H1.HeaderClassName
{
color: #D57ABB;
}
.AnyTagClassName
{
color: #D57ABB;
}
</style>
background-color css
<style>
a { background-color: #D57ABB; }
a { background-color: rgb(213,122,187); }
div.DivClassName
{
background-color: #D57ABB;
}
.BgClassName
{
background-color: #D57ABB;
}
</style>
border-color css
<style>
span { border-color: #D57ABB; }
span { border-color: rgb(213,122,187); }
td.TdClassName
{
border-color: #D57ABB;
}
.TagClassName
{
border-color: #D57ABB;
}
</style>