Shades of Orchid #D57ADD
Tints of Orchid #D57ADD
RGB
CMYK
RGB Variations
Color information
#D57ADD (or 0xD57ADD) is known color: Orchid. HEX triplet: D5, 7A and DD. RGB value is (213,122,221). Sum of RGB (Red+Green+Blue) = 213+122+221=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #D57ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ADD is #2A8522. Grayscale: #A0A0A0. Windows color (decimal): -2786595 or 14514901. OLE color: 14514901.
HSL color Cylindrical-coordinate representation of color #D57ADD: hue angle of 295.15º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D57ADD is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 122 | 221 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.13 |
| HSL | 295.15º | 0.59% | 0.67% | - |
| HSV(B) | 295.15º | 0.45% | 0.87% | - |
| XYZ | 47.45 | 33.29 | 72.33 | - |
| YUV | 160.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 221 | 0.04 | 0.45 | 0 | 0.13 | 295.15 | 0.59 | 0.67 |
| Hex | D5 | 7A | DD | 4 | 2D | 0 | D | 127 | 3B | 43 |
| Octal | 325 | 172 | 335 | 4 | 55 | 0 | 15 | 447 | 73 | 103 |
| Binary | 11010101 | 1111010 | 11011101 | 100 | 101101 | 0 | 1101 | 100100111 | 111011 | 1000011 |
Color Harmonies of #D57ADD
Complementary color
Monochromatic Colors of #D57ADD
Black with #D57ADD
Text Example
Text Example
White with #D57ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57ADD; }
p { color: rgb(213,122,221); }
H1.HeaderClassName
{
color: #D57ADD;
}
.AnyTagClassName
{
color: #D57ADD;
}
</style>
background-color css
<style>
a { background-color: #D57ADD; }
a { background-color: rgb(213,122,221); }
div.DivClassName
{
background-color: #D57ADD;
}
.BgClassName
{
background-color: #D57ADD;
}
</style>
border-color css
<style>
span { border-color: #D57ADD; }
span { border-color: rgb(213,122,221); }
td.TdClassName
{
border-color: #D57ADD;
}
.TagClassName
{
border-color: #D57ADD;
}
</style>