Shades of Orchid #D57DCD
Tints of Orchid #D57DCD
RGB
CMYK
RGB Variations
Color information
#D57DCD (or 0xD57DCD) is known color: Orchid. HEX triplet: D5, 7D and CD. RGB value is (213,125,205). Sum of RGB (Red+Green+Blue) = 213+125+205=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DCD is #2A8232. Grayscale: #A0A0A0. Windows color (decimal): -2785843 or 13467093. OLE color: 13467093.
HSL color Cylindrical-coordinate representation of color #D57DCD: hue angle of 305.45º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57DCD is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 205 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.16 |
| HSL | 305.45º | 0.51% | 0.66% | - |
| HSV(B) | 305.45º | 0.41% | 0.84% | - |
| XYZ | 45.79 | 33.22 | 61.76 | - |
| YUV | 160.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 205 | 0 | 0.41 | 0.04 | 0.16 | 305.45 | 0.51 | 0.66 |
| Hex | D5 | 7D | CD | 0 | 29 | 4 | 10 | 131 | 33 | 42 |
| Octal | 325 | 175 | 315 | 0 | 51 | 4 | 20 | 461 | 63 | 102 |
| Binary | 11010101 | 1111101 | 11001101 | 0 | 101001 | 100 | 10000 | 100110001 | 110011 | 1000010 |
Color Harmonies of #D57DCD
Complementary color
Monochromatic Colors of #D57DCD
Black with #D57DCD
Text Example
Text Example
White with #D57DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DCD; }
p { color: rgb(213,125,205); }
H1.HeaderClassName
{
color: #D57DCD;
}
.AnyTagClassName
{
color: #D57DCD;
}
</style>
background-color css
<style>
a { background-color: #D57DCD; }
a { background-color: rgb(213,125,205); }
div.DivClassName
{
background-color: #D57DCD;
}
.BgClassName
{
background-color: #D57DCD;
}
</style>
border-color css
<style>
span { border-color: #D57DCD; }
span { border-color: rgb(213,125,205); }
td.TdClassName
{
border-color: #D57DCD;
}
.TagClassName
{
border-color: #D57DCD;
}
</style>