Shades of Orchid #D57FBE
Tints of Orchid #D57FBE
RGB
CMYK
RGB Variations
Color information
#D57FBE (or 0xD57FBE) is known color: Orchid. HEX triplet: D5, 7F and BE. RGB value is (213,127,190). Sum of RGB (Red+Green+Blue) = 213+127+190=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FBE is #2A8041. Grayscale: #9F9F9F. Windows color (decimal): -2785346 or 12484565. OLE color: 12484565.
HSL color Cylindrical-coordinate representation of color #D57FBE: hue angle of 316.05º 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 #D57FBE is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 190 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.16 |
| HSL | 316.05º | 0.51% | 0.67% | - |
| HSV(B) | 316.05º | 0.4% | 0.84% | - |
| XYZ | 44.32 | 33.04 | 52.76 | - |
| YUV | 159.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 190 | 0 | 0.40 | 0.11 | 0.16 | 316.05 | 0.51 | 0.67 |
| Hex | D5 | 7F | BE | 0 | 28 | B | 10 | 13C | 33 | 43 |
| Octal | 325 | 177 | 276 | 0 | 50 | 13 | 20 | 474 | 63 | 103 |
| Binary | 11010101 | 1111111 | 10111110 | 0 | 101000 | 1011 | 10000 | 100111100 | 110011 | 1000011 |
Color Harmonies of #D57FBE
Complementary color
Monochromatic Colors of #D57FBE
Black with #D57FBE
Text Example
Text Example
White with #D57FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FBE; }
p { color: rgb(213,127,190); }
H1.HeaderClassName
{
color: #D57FBE;
}
.AnyTagClassName
{
color: #D57FBE;
}
</style>
background-color css
<style>
a { background-color: #D57FBE; }
a { background-color: rgb(213,127,190); }
div.DivClassName
{
background-color: #D57FBE;
}
.BgClassName
{
background-color: #D57FBE;
}
</style>
border-color css
<style>
span { border-color: #D57FBE; }
span { border-color: rgb(213,127,190); }
td.TdClassName
{
border-color: #D57FBE;
}
.TagClassName
{
border-color: #D57FBE;
}
</style>