Shades of Orchid #D57AE5
Tints of Orchid #D57AE5
RGB
CMYK
RGB Variations
Color information
#D57AE5 (or 0xD57AE5) is known color: Orchid. HEX triplet: D5, 7A and E5. RGB value is (213,122,229). Sum of RGB (Red+Green+Blue) = 213+122+229=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #D57AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57AE5 is #2A851A. Grayscale: #A1A1A1. Windows color (decimal): -2786587 or 15039189. OLE color: 15039189.
HSL color Cylindrical-coordinate representation of color #D57AE5: hue angle of 291.03º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57AE5 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 122 | 229 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.10 |
| HSL | 291.03º | 0.67% | 0.69% | - |
| HSV(B) | 291.03º | 0.47% | 0.9% | - |
| XYZ | 48.54 | 33.72 | 78.08 | - |
| YUV | 161.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 229 | 0.07 | 0.47 | 0 | 0.10 | 291.03 | 0.67 | 0.69 |
| Hex | D5 | 7A | E5 | 7 | 2F | 0 | A | 123 | 43 | 45 |
| Octal | 325 | 172 | 345 | 7 | 57 | 0 | 12 | 443 | 103 | 105 |
| Binary | 11010101 | 1111010 | 11100101 | 111 | 101111 | 0 | 1010 | 100100011 | 1000011 | 1000101 |
Color Harmonies of #D57AE5
Complementary color
Monochromatic Colors of #D57AE5
Black with #D57AE5
Text Example
Text Example
White with #D57AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57AE5; }
p { color: rgb(213,122,229); }
H1.HeaderClassName
{
color: #D57AE5;
}
.AnyTagClassName
{
color: #D57AE5;
}
</style>
background-color css
<style>
a { background-color: #D57AE5; }
a { background-color: rgb(213,122,229); }
div.DivClassName
{
background-color: #D57AE5;
}
.BgClassName
{
background-color: #D57AE5;
}
</style>
border-color css
<style>
span { border-color: #D57AE5; }
span { border-color: rgb(213,122,229); }
td.TdClassName
{
border-color: #D57AE5;
}
.TagClassName
{
border-color: #D57AE5;
}
</style>