Shades of Orchid #D57DDD
Tints of Orchid #D57DDD
RGB
CMYK
RGB Variations
Color information
#D57DDD (or 0xD57DDD) is known color: Orchid. HEX triplet: D5, 7D and DD. RGB value is (213,125,221). Sum of RGB (Red+Green+Blue) = 213+125+221=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #D57DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DDD is #2A8222. Grayscale: #A1A1A1. Windows color (decimal): -2785827 or 14515669. OLE color: 14515669.
HSL color Cylindrical-coordinate representation of color #D57DDD: hue angle of 295º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57DDD is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 125 | 221 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.13 |
| HSL | 295º | 0.59% | 0.68% | - |
| HSV(B) | 295º | 0.43% | 0.87% | - |
| XYZ | 47.83 | 34.03 | 72.46 | - |
| YUV | 162.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 221 | 0.04 | 0.43 | 0 | 0.13 | 295 | 0.59 | 0.68 |
| Hex | D5 | 7D | DD | 4 | 2B | 0 | D | 127 | 3B | 44 |
| Octal | 325 | 175 | 335 | 4 | 53 | 0 | 15 | 447 | 73 | 104 |
| Binary | 11010101 | 1111101 | 11011101 | 100 | 101011 | 0 | 1101 | 100100111 | 111011 | 1000100 |
Color Harmonies of #D57DDD
Complementary color
Monochromatic Colors of #D57DDD
Black with #D57DDD
Text Example
Text Example
White with #D57DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DDD; }
p { color: rgb(213,125,221); }
H1.HeaderClassName
{
color: #D57DDD;
}
.AnyTagClassName
{
color: #D57DDD;
}
</style>
background-color css
<style>
a { background-color: #D57DDD; }
a { background-color: rgb(213,125,221); }
div.DivClassName
{
background-color: #D57DDD;
}
.BgClassName
{
background-color: #D57DDD;
}
</style>
border-color css
<style>
span { border-color: #D57DDD; }
span { border-color: rgb(213,125,221); }
td.TdClassName
{
border-color: #D57DDD;
}
.TagClassName
{
border-color: #D57DDD;
}
</style>