Shades of Orchid #D57DCF
Tints of Orchid #D57DCF
RGB
CMYK
RGB Variations
Color information
#D57DCF (or 0xD57DCF) is known color: Orchid. HEX triplet: D5, 7D and CF. RGB value is (213,125,207). Sum of RGB (Red+Green+Blue) = 213+125+207=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DCF is #2A8230. Grayscale: #A0A0A0. Windows color (decimal): -2785841 or 13598165. OLE color: 13598165.
HSL color Cylindrical-coordinate representation of color #D57DCF: hue angle of 304.09º 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 #D57DCF is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 207 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.16 |
| HSL | 304.09º | 0.51% | 0.66% | - |
| HSV(B) | 304.09º | 0.41% | 0.84% | - |
| XYZ | 46.04 | 33.32 | 63.04 | - |
| YUV | 160.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 207 | 0 | 0.41 | 0.03 | 0.16 | 304.09 | 0.51 | 0.66 |
| Hex | D5 | 7D | CF | 0 | 29 | 3 | 10 | 130 | 33 | 42 |
| Octal | 325 | 175 | 317 | 0 | 51 | 3 | 20 | 460 | 63 | 102 |
| Binary | 11010101 | 1111101 | 11001111 | 0 | 101001 | 11 | 10000 | 100110000 | 110011 | 1000010 |
Color Harmonies of #D57DCF
Complementary color
Monochromatic Colors of #D57DCF
Black with #D57DCF
Text Example
Text Example
White with #D57DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DCF; }
p { color: rgb(213,125,207); }
H1.HeaderClassName
{
color: #D57DCF;
}
.AnyTagClassName
{
color: #D57DCF;
}
</style>
background-color css
<style>
a { background-color: #D57DCF; }
a { background-color: rgb(213,125,207); }
div.DivClassName
{
background-color: #D57DCF;
}
.BgClassName
{
background-color: #D57DCF;
}
</style>
border-color css
<style>
span { border-color: #D57DCF; }
span { border-color: rgb(213,125,207); }
td.TdClassName
{
border-color: #D57DCF;
}
.TagClassName
{
border-color: #D57DCF;
}
</style>