Shades of Orchid #D57FBD
Tints of Orchid #D57FBD
RGB
CMYK
RGB Variations
Color information
#D57FBD (or 0xD57FBD) is known color: Orchid. HEX triplet: D5, 7F and BD. RGB value is (213,127,189). Sum of RGB (Red+Green+Blue) = 213+127+189=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FBD is #2A8042. Grayscale: #9F9F9F. Windows color (decimal): -2785347 or 12419029. OLE color: 12419029.
HSL color Cylindrical-coordinate representation of color #D57FBD: hue angle of 316.74º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57FBD is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 189 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.16 |
| HSL | 316.74º | 0.51% | 0.67% | - |
| HSV(B) | 316.74º | 0.4% | 0.84% | - |
| XYZ | 44.22 | 33 | 52.18 | - |
| YUV | 159.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 189 | 0 | 0.40 | 0.11 | 0.16 | 316.74 | 0.51 | 0.67 |
| Hex | D5 | 7F | BD | 0 | 28 | B | 10 | 13D | 33 | 43 |
| Octal | 325 | 177 | 275 | 0 | 50 | 13 | 20 | 475 | 63 | 103 |
| Binary | 11010101 | 1111111 | 10111101 | 0 | 101000 | 1011 | 10000 | 100111101 | 110011 | 1000011 |
Color Harmonies of #D57FBD
Complementary color
Monochromatic Colors of #D57FBD
Black with #D57FBD
Text Example
Text Example
White with #D57FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FBD; }
p { color: rgb(213,127,189); }
H1.HeaderClassName
{
color: #D57FBD;
}
.AnyTagClassName
{
color: #D57FBD;
}
</style>
background-color css
<style>
a { background-color: #D57FBD; }
a { background-color: rgb(213,127,189); }
div.DivClassName
{
background-color: #D57FBD;
}
.BgClassName
{
background-color: #D57FBD;
}
</style>
border-color css
<style>
span { border-color: #D57FBD; }
span { border-color: rgb(213,127,189); }
td.TdClassName
{
border-color: #D57FBD;
}
.TagClassName
{
border-color: #D57FBD;
}
</style>