Shades of Orchid #D57ACE
Tints of Orchid #D57ACE
RGB
CMYK
RGB Variations
Color information
#D57ACE (or 0xD57ACE) is known color: Orchid. HEX triplet: D5, 7A and CE. RGB value is (213,122,206). Sum of RGB (Red+Green+Blue) = 213+122+206=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D57ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ACE is #2A8531. Grayscale: #9E9E9E. Windows color (decimal): -2786610 or 13531861. OLE color: 13531861.
HSL color Cylindrical-coordinate representation of color #D57ACE: hue angle of 304.62º 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 #D57ACE is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 206 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.16 |
| HSL | 304.62º | 0.52% | 0.66% | - |
| HSV(B) | 304.62º | 0.43% | 0.84% | - |
| XYZ | 45.54 | 32.52 | 62.27 | - |
| YUV | 158.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 206 | 0 | 0.43 | 0.03 | 0.16 | 304.62 | 0.52 | 0.66 |
| Hex | D5 | 7A | CE | 0 | 2B | 3 | 10 | 131 | 34 | 42 |
| Octal | 325 | 172 | 316 | 0 | 53 | 3 | 20 | 461 | 64 | 102 |
| Binary | 11010101 | 1111010 | 11001110 | 0 | 101011 | 11 | 10000 | 100110001 | 110100 | 1000010 |
Color Harmonies of #D57ACE
Complementary color
Monochromatic Colors of #D57ACE
Black with #D57ACE
Text Example
Text Example
White with #D57ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57ACE; }
p { color: rgb(213,122,206); }
H1.HeaderClassName
{
color: #D57ACE;
}
.AnyTagClassName
{
color: #D57ACE;
}
</style>
background-color css
<style>
a { background-color: #D57ACE; }
a { background-color: rgb(213,122,206); }
div.DivClassName
{
background-color: #D57ACE;
}
.BgClassName
{
background-color: #D57ACE;
}
</style>
border-color css
<style>
span { border-color: #D57ACE; }
span { border-color: rgb(213,122,206); }
td.TdClassName
{
border-color: #D57ACE;
}
.TagClassName
{
border-color: #D57ACE;
}
</style>